C# 클래스 vlko.web.Areas.Admin.Controllers.CommentController

상속: vlko.core.Base.BaseController
파일 보기 프로젝트 열기: vlko/vlko 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
Delete ( CommentCRUDModel model ) : System.Web.Mvc.ActionResult
Edit ( CommentCRUDModel model ) : System.Web.Mvc.ActionResult
Index ( PagedModel pageModel ) : System.Web.Mvc.ActionResult

메소드 상세

Delete() 공개 메소드

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

Details() 공개 메소드

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

Edit() 공개 메소드

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