Méthode | Description | |
---|---|---|
Reply ( string friendlyUrl, System.Guid parentId, PagedModel |
URL: Page/{friendlyUrl}/Reply/{parentId}
|
|
ViewPage ( string friendlyUrl, PagedModel |
URL: Page/{friendlyUrl}
|
Méthode | Description | |
---|---|---|
Index ( PagedModel |
||
LoadComments ( CommentViewTypeEnum sort, IEnumerable |
Loads the comments.
|
|
NewComment ( PagedModel |
||
ParseCommentViewType ( string sort ) : CommentViewTypeEnum |
Parses the type of the comment view.
|
public Reply ( string friendlyUrl, System.Guid parentId, PagedModel |
||
friendlyUrl | string | The friendly URL. |
parentId | System.Guid | The parent id. |
commentsModel | PagedModel |
The comments model. |
sort | string | The sort. |
Résultat | System.Web.Mvc.ActionResult |
public ViewPage ( string friendlyUrl, PagedModel |
||
friendlyUrl | string | The friendly URL. |
commentsModel | PagedModel |
The comments model. |
sort | string | The sort. |
Résultat | System.Web.Mvc.ActionResult |