Метод | Описание | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Details ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( long id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
PageController ( IPageRepository pageRepository ) : System |
Метод | Описание | |
---|---|---|
Create ( [ Exclude = "Id,Slug,Version")]Pagepage, string zoneTemplate ) : System.Web.Mvc.ActionResult | ||
Edit ( long id, [ Exclude = "Id,Version")]Pagepage ) : System.Web.Mvc.ActionResult |
public Create ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public Details ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | |
Результат | System.Web.Mvc.ActionResult |
public Edit ( long id ) : System.Web.Mvc.ActionResult | ||
id | long | |
Результат | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
Результат | System.Web.Mvc.ActionResult |
public PageController ( IPageRepository pageRepository ) : System | ||
pageRepository | IPageRepository | |
Результат | System |