Method | Description | |
---|---|---|
Detail ( int id, bool errorFromCommentInput = false ) : System.Web.Mvc.ActionResult |
|
|
PostController ( ) : System | ||
PostController ( ITagService tagService ) : System |
Method | Description | |
---|---|---|
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
SetCommenter ( |
||
Write ( ) : System.Web.Mvc.ActionResult | ||
Write ( |
public Detail ( int id, bool errorFromCommentInput = false ) : System.Web.Mvc.ActionResult | ||
id | int | |
errorFromCommentInput | bool | true, if errors occurred while saving comment |
return | System.Web.Mvc.ActionResult |
public PostController ( ITagService tagService ) : System | ||
tagService | ITagService | |
return | System |