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

Inheritance: BaseController
Afficher le fichier Open project: jongeorge1/Who-Can-Help-Me

Méthodes publiques

Méthode 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

Méthode Description
StartingWithInner ( string value ) : string

Method Details

StartingWith() public méthode

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
Résultat System.Web.Mvc.ActionResult

TagController() public méthode

public TagController ( ITagTasks tagTasks, ICachingService cachingService ) : System.Linq
tagTasks ITagTasks
cachingService ICachingService
Résultat System.Linq