C# 클래스 vlko.web.Controllers.PageController

상속: vlko.core.Base.BaseController
파일 보기 프로젝트 열기: vlko/vlko

공개 메소드들

메소드 설명
Reply ( string friendlyUrl, System.Guid parentId, PagedModel commentsModel, string sort ) : System.Web.Mvc.ActionResult

URL: Page/{friendlyUrl}/Reply/{parentId}

ViewPage ( string friendlyUrl, PagedModel commentsModel, string sort ) : System.Web.Mvc.ActionResult

URL: Page/{friendlyUrl}

비공개 메소드들

메소드 설명
Index ( PagedModel pageModel ) : System.Web.Mvc.ActionResult
LoadComments ( CommentViewTypeEnum sort, IEnumerable &comments, PagedModel commentsModel, System.Guid staticTextId ) : void

Loads the comments.

NewComment ( PagedModel commentsModel, CommentCRUDModel model, string sort ) : System.Web.Mvc.ActionResult
ParseCommentViewType ( string sort ) : CommentViewTypeEnum

Parses the type of the comment view.

메소드 상세

Reply() 공개 메소드

URL: Page/{friendlyUrl}/Reply/{parentId}
public Reply ( string friendlyUrl, System.Guid parentId, PagedModel commentsModel, string sort ) : System.Web.Mvc.ActionResult
friendlyUrl string The friendly URL.
parentId System.Guid The parent id.
commentsModel PagedModel The comments model.
sort string The sort.
리턴 System.Web.Mvc.ActionResult

ViewPage() 공개 메소드

URL: Page/{friendlyUrl}
public ViewPage ( string friendlyUrl, PagedModel commentsModel, string sort ) : System.Web.Mvc.ActionResult
friendlyUrl string The friendly URL.
commentsModel PagedModel The comments model.
sort string The sort.
리턴 System.Web.Mvc.ActionResult