C# 클래스 GrindFest.Controllers.ForumController

상속: Controller
파일 보기 프로젝트 열기: GrindFest/GrindFest

공개 프로퍼티들

프로퍼티 타입 설명
PostsPerPage int
TopicsPerPage int

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

프로퍼티 상세

PostsPerPage 공개적으로 정적으로 프로퍼티

public static int PostsPerPage
리턴 int

TopicsPerPage 공개적으로 정적으로 프로퍼티

public static int TopicsPerPage
리턴 int