C# 클래스 MyStory.Controllers.PostController

상속: MyStoryController
파일 보기 프로젝트 열기: RayKwon/MyStory 1 사용 예제들

공개 메소드들

메소드 설명
Detail ( int id, bool errorFromCommentInput = false ) : System.Web.Mvc.ActionResult

PostController ( ) : System
PostController ( ITagService tagService ) : System

비공개 메소드들

메소드 설명
Delete ( int id ) : System.Web.Mvc.ActionResult
Edit ( PostInput input ) : System.Web.Mvc.ActionResult
Edit ( int id ) : System.Web.Mvc.ActionResult
SetCommenter ( PostDetailViewModel vm ) : void
Write ( ) : System.Web.Mvc.ActionResult
Write ( PostInput input ) : System.Web.Mvc.ActionResult

메소드 상세

Detail() 공개 메소드

public Detail ( int id, bool errorFromCommentInput = false ) : System.Web.Mvc.ActionResult
id int
errorFromCommentInput bool true, if errors occurred while saving comment
리턴 System.Web.Mvc.ActionResult

PostController() 공개 메소드

public PostController ( ) : System
리턴 System

PostController() 공개 메소드

public PostController ( ITagService tagService ) : System
tagService ITagService
리턴 System