C# Class GrindFest.Controllers.ForumController

Inheritance: Controller
Afficher le fichier Open project: GrindFest/GrindFest

Méthodes publiques

Свойство Type Description
PostsPerPage int
TopicsPerPage int

Méthodes publiques

Méthode Description
Index ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Details ( int id, int page = 1 ) : System.Web.Mvc.ActionResult
PostCreate ( int id, PostCreateViewModel model ) : System.Web.Mvc.ActionResult
TopicCreate ( ) : System.Web.Mvc.ActionResult
TopicCreate ( int id, TopicCreateViewModel createTopic ) : System.Web.Mvc.ActionResult
TopicDetails ( int id, int page = 1 ) : System.Web.Mvc.ActionResult

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Property Details

PostsPerPage public_oe static_oe property

public static int PostsPerPage
Résultat int

TopicsPerPage public_oe static_oe property

public static int TopicsPerPage
Résultat int