Method | Description | |
---|---|---|
AutocompleteController ( IClient client ) : System | ||
Index ( string q ) : System.Web.Mvc.ActionResult | ||
Prefix ( string term ) : System.Web.Mvc.JsonResult |
public AutocompleteController ( IClient client ) : System | ||
client | IClient | |
return | System |
public Index ( string q ) : System.Web.Mvc.ActionResult | ||
q | string | |
return | System.Web.Mvc.ActionResult |
public Prefix ( string term ) : System.Web.Mvc.JsonResult | ||
term | string | |
return | System.Web.Mvc.JsonResult |