Click or drag to resize
TagHelperGetTags Method
Returns hash table of tags from tags string.

Namespace: CMS.Taxonomy
Assembly: CMS.Taxonomy (in CMS.Taxonomy.dll) Version: 9.0.0
Syntax
C#
public static ISet<string> GetTags(
	string tags
)

Parameters

tags
Type: SystemString
Tags string separated with comma or space

Return Value

Type: ISetString
See Also