C# Class Geta.Tags.Controllers.GetaTagsController

Inheritance: Controller
Exibir arquivo Open project: Geta/Tags

Public Methods

Method Description
GetaTagsController ( ) : System.Linq
GetaTagsController ( ITagService tagService ) : System.Linq
Index ( string term, string groupKey = null ) : System.Web.Mvc.JsonResult

Private Methods

Method Description
IsNotEmpty ( string name ) : bool
Normalize ( string term ) : string

Method Details

GetaTagsController() public method

public GetaTagsController ( ) : System.Linq
return System.Linq

GetaTagsController() public method

public GetaTagsController ( ITagService tagService ) : System.Linq
tagService ITagService
return System.Linq

Index() public method

public Index ( string term, string groupKey = null ) : System.Web.Mvc.JsonResult
term string
groupKey string
return System.Web.Mvc.JsonResult