Class TagsDataController
A controller used for type-ahead values for tags
Inheritance
System.Object
Namespace: Umbraco.Web.PropertyEditors
Assembly: Umbraco.Web.dll
Syntax
[PluginController("UmbracoApi")]
public class TagsDataController : UmbracoAuthorizedApiController, IDiscoverable
Remarks
DO NOT inherit from UmbracoAuthorizedJsonController since we don't want to use the angularized json formatter as it causes problems.
Methods
View SourceGetTags(String, String, String)
Returns all tags matching tagGroup, culture and an optional query
Declaration
public IEnumerable<TagModel> GetTags(string tagGroup, string culture, string query = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | tagGroup | |
System.String | culture | |
System.String | query |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<TagModel> |