C# 클래스 TrufflerSample.Controllers.AutocompleteController

상속: Controller
파일 보기 프로젝트 열기: 200OK/TrufflerSample

공개 메소드들

메소드 설명
AutocompleteController ( IClient client ) : System
Index ( string q ) : System.Web.Mvc.ActionResult
Prefix ( string term ) : System.Web.Mvc.JsonResult

메소드 상세

AutocompleteController() 공개 메소드

public AutocompleteController ( IClient client ) : System
client IClient
리턴 System

Index() 공개 메소드

public Index ( string q ) : System.Web.Mvc.ActionResult
q string
리턴 System.Web.Mvc.ActionResult

Prefix() 공개 메소드

public Prefix ( string term ) : System.Web.Mvc.JsonResult
term string
리턴 System.Web.Mvc.JsonResult