C# Class RavenOverflow.Web.Controllers.HomeController

Inheritance: RavenOverflow.Web.Controllers.AbstractController
Mostra file Open project: PureKrome/RavenOverflow Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

Facets() public method

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

HomeController() public method

public HomeController ( IDocumentSession documentSession, ICustomFormsAuthentication customCustomFormsAuthentication ) : System
documentSession IDocumentSession
customCustomFormsAuthentication ICustomFormsAuthentication
return System

IndexJson() public method

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

Search() public method

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

Tag() public method

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