C# Class WhoCanHelpMe.Web.Controllers.Tag.TagController

Inheritance: BaseController
ファイルを表示 Open project: jongeorge1/Who-Can-Help-Me

Public Methods

Method Description
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

Private Methods

Method Description
StartingWithInner ( string value ) : string

Method Details

StartingWith() public method

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
return System.Web.Mvc.ActionResult

TagController() public method

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