Method | Description | |
---|---|---|
Details ( int id, int year, int month, int day, string slug ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( XenonCMS.ViewModels.Blog.Create viewModel ) : System.Web.Mvc.ActionResult | ||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( XenonCMS.ViewModels.Blog.Edit viewModel ) : System.Web.Mvc.ActionResult | ||
Edit ( int id ) : System.Web.Mvc.ActionResult |
public Details ( int id, int year, int month, int day, string slug ) : System.Web.Mvc.ActionResult | ||
id | int | |
year | int | |
month | int | |
day | int | |
slug | string | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |