C# Класс WhoCanHelpMe.Web.Controllers.Tag.TagController

Наследование: BaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
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