C# Class TweetrSearchWeb.Controllers.HomeController

Inheritance: Controller
Afficher le fichier Open project: itverket/geek-retreat

Méthodes publiques

Méthode Description
Index ( ) : ActionResult

Private Methods

Méthode Description
Any ( string filter ) : string
BuildSearchParameterFilter ( double retweetCountFrom, double retweetCountTo, string filter, string hashTags, string username ) : string
BuildSearchParameters ( double retweetCountFrom, double retweetCountTo, string sort, string filter, string hashTags, string username, int top, int skip, string scoringProfile, string scoringParameter ) : Microsoft.Azure.Search.Models.SearchParameters
Search ( double retweetCountFrom, double retweetCountTo, string sort = null, string filter = null, string query = "", string hashTags = null, string username = null, int skip, int top = 10, string scoringProfile = null, string scoringParameter = null ) : ActionResult
Suggest ( string term ) : ActionResult

Method Details

Index() public méthode

public Index ( ) : ActionResult
Résultat ActionResult