C# Class MyStory.Controllers.CommentController

Inheritance: MyStoryController
Mostrar archivo Open project: RayKwon/MyStory Class Usage Examples

Public Methods

Method Description
PostCommentsList ( int postId ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
GetCommenter ( CommentInput input ) : Commenter
Sidebar ( ) : System.Web.Mvc.ActionResult
Write ( [ Prefix = "CommentInput")]CommentInputinput, int id ) : System.Web.Mvc.ActionResult

Method Details

PostCommentsList() public method

public PostCommentsList ( int postId ) : System.Web.Mvc.ActionResult
postId int
return System.Web.Mvc.ActionResult