C# 클래스 TweetrSearchWeb.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: itverket/geek-retreat

공개 메소드들

메소드 설명
Index ( ) : ActionResult

비공개 메소드들

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

메소드 상세

Index() 공개 메소드

public Index ( ) : ActionResult
리턴 ActionResult