C# Class TrufflerSample.Controllers.AutocompleteController

Inheritance: Controller
Afficher le fichier Open project: 200OK/TrufflerSample

Méthodes publiques

Méthode Description
AutocompleteController ( IClient client ) : System
Index ( string q ) : System.Web.Mvc.ActionResult
Prefix ( string term ) : System.Web.Mvc.JsonResult

Method Details

AutocompleteController() public méthode

public AutocompleteController ( IClient client ) : System
client IClient
Résultat System

Index() public méthode

public Index ( string q ) : System.Web.Mvc.ActionResult
q string
Résultat System.Web.Mvc.ActionResult

Prefix() public méthode

public Prefix ( string term ) : System.Web.Mvc.JsonResult
term string
Résultat System.Web.Mvc.JsonResult