C# 클래스 RavenOverflow.Web.Controllers.HomeController

상속: RavenOverflow.Web.Controllers.AbstractController
파일 보기 프로젝트 열기: PureKrome/RavenOverflow 1 사용 예제들

공개 메소드들

메소드 설명
Facets ( string id ) : System.Web.Mvc.ActionResult
HomeController ( IDocumentSession documentSession, ICustomFormsAuthentication customCustomFormsAuthentication ) : System
IndexJson ( string displayName, string tag ) : System.Web.Mvc.JsonResult
Search ( string term ) : System.Web.Mvc.ActionResult
Tag ( string id ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
AggressiveIndex ( string displayName, string tag ) : System.Web.Mvc.ActionResult
Authenticate ( ) : System.Web.Mvc.ActionResult
BatchedIndex ( string displayName, string tag ) : System.Web.Mvc.ActionResult
Index ( string displayName, string tag ) : System.Web.Mvc.ActionResult
QuestionQuery ( string tag, string &header ) : IQueryable
RecentPopularTagsQuery ( ) : IQueryable
SignOut ( ) : System.Web.Mvc.ActionResult
UserQuery ( string displayName ) : IQueryable

메소드 상세

Facets() 공개 메소드

public Facets ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult

HomeController() 공개 메소드

public HomeController ( IDocumentSession documentSession, ICustomFormsAuthentication customCustomFormsAuthentication ) : System
documentSession IDocumentSession
customCustomFormsAuthentication ICustomFormsAuthentication
리턴 System

IndexJson() 공개 메소드

public IndexJson ( string displayName, string tag ) : System.Web.Mvc.JsonResult
displayName string
tag string
리턴 System.Web.Mvc.JsonResult

Search() 공개 메소드

public Search ( string term ) : System.Web.Mvc.ActionResult
term string
리턴 System.Web.Mvc.ActionResult

Tag() 공개 메소드

public Tag ( string id ) : System.Web.Mvc.ActionResult
id string
리턴 System.Web.Mvc.ActionResult