C# 클래스 RaccoonBlog.Web.Controllers.PostDetailsController

파일 보기 프로젝트 열기: ayende/RaccoonBlog

Private Properties

프로퍼티 타입 설명
Comment System.Web.Mvc.ActionResult
Comment System.Web.Mvc.ActionResult
Details System.Web.Mvc.ActionResult
GetPostsForCurrentSeries IList
GetSeriesInfo SeriesInfo
PostDetailsController System
PostDetailsController System
PostingCommentFailed System.Web.Mvc.ActionResult
PostingCommentSucceeded System.Web.Mvc.ActionResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToAction System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent System.Web.Mvc.RedirectToRouteResult
SetWhateverUserIsTrustedCommenter void
ValidateCaptcha void
ValidateCommentsAllowed void

공개 메소드들

메소드 설명
Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
Comment ( CommentInput input, int id, System.Guid key ) : System.Web.Mvc.ActionResult
Comment ( ) : System.Web.Mvc.ActionResult
Details ( ) : System.Web.Mvc.ActionResult
GetPostsForCurrentSeries ( Posts_Series series ) : IList
GetSeriesInfo ( string title ) : SeriesInfo
PostDetailsController ( ) : System
PostDetailsController ( Dummy d ) : System
PostingCommentFailed ( Post post, CommentInput input, System.Guid key ) : System.Web.Mvc.ActionResult
PostingCommentSucceeded ( Post post, CommentInput input ) : System.Web.Mvc.ActionResult
RedirectToAction ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToAction ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( System.Web.Mvc.ActionResult result ) : System.Web.Mvc.RedirectToRouteResult
RedirectToActionPermanent ( Task taskResult ) : System.Web.Mvc.RedirectToRouteResult
SetWhateverUserIsTrustedCommenter ( PostViewModel vm ) : void
ValidateCaptcha ( CommentInput input, Commenter commenter ) : void
ValidateCommentsAllowed ( Post post, PostComments comments ) : void

메소드 상세

Details() 공개 메소드

public Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult
id int
slug string
key System.Guid
리턴 System.Web.Mvc.ActionResult