C# Class RaccoonBlog.Web.Controllers.PostDetailsController

Afficher le fichier Open project: ayende/RaccoonBlog

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
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

Method Details

Details() public méthode

public Details ( int id, string slug, System.Guid key ) : System.Web.Mvc.ActionResult
id int
slug string
key System.Guid
Résultat System.Web.Mvc.ActionResult