Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
BookStore_NETMVC
Controllers
CategoryController
Index
BookStore_NETMVC.Controllers.CategoryController.Index C# (CSharp) Method
CategoryController Class Documentation
Mostra file
Open project: netAssignment/net.HungNP.Assignment4
Index()
public
method
public
Index
( ) :
System.Web.Mvc.ActionResult
return
System.Web.Mvc.ActionResult
public ActionResult Index() { return View(db.Category.ToList()); }
CategoryController
Category
Create
Delete
DeleteConfirmed
Details
Dispose
Edit
Index