C# 클래스 WhoCanHelpMe.Web.Controllers.Tag.TagController

상속: BaseController
파일 보기 프로젝트 열기: jongeorge1/Who-Can-Help-Me

공개 메소드들

메소드 설명
StartingWith ( string q ) : System.Web.Mvc.ActionResult

AJAX method called by jQuery.Autocomplete.js

Parameter has to be called q - as this is specified in jquery.automcomplete.js line 338.

TagController ( ITagTasks tagTasks, ICachingService cachingService ) : System.Linq

비공개 메소드들

메소드 설명
StartingWithInner ( string value ) : string

메소드 상세

StartingWith() 공개 메소드

AJAX method called by jQuery.Autocomplete.js
Parameter has to be called q - as this is specified in jquery.automcomplete.js line 338.
public StartingWith ( string q ) : System.Web.Mvc.ActionResult
q string Tag to find
리턴 System.Web.Mvc.ActionResult

TagController() 공개 메소드

public TagController ( ITagTasks tagTasks, ICachingService cachingService ) : System.Linq
tagTasks ITagTasks
cachingService ICachingService
리턴 System.Linq