C# Class vlko.web.Areas.Admin.Controllers.CommentController

Inheritance: vlko.core.Base.BaseController
Mostra file Open project: vlko/vlko Class Usage Examples

Public Methods

Method Description
Delete ( System.Guid id ) : System.Web.Mvc.ActionResult

URL: Admin/Comment/Delete

Details ( System.Guid id ) : System.Web.Mvc.ActionResult

URL: Admin/Comment/Details

Edit ( System.Guid id ) : System.Web.Mvc.ActionResult

URL: Admin/Comment/Edit

Private Methods

Method Description
Delete ( CommentCRUDModel model ) : System.Web.Mvc.ActionResult
Edit ( CommentCRUDModel model ) : System.Web.Mvc.ActionResult
Index ( PagedModel pageModel ) : System.Web.Mvc.ActionResult

Method Details

Delete() public method

URL: Admin/Comment/Delete
public Delete ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid The id.
return System.Web.Mvc.ActionResult

Details() public method

URL: Admin/Comment/Details
public Details ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid The id.
return System.Web.Mvc.ActionResult

Edit() public method

URL: Admin/Comment/Edit
public Edit ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid The id.
return System.Web.Mvc.ActionResult