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: 8.2.23
Syntax
C#
public static Hashtable GetTags(
	string tags
)

Parameters

tags
Type: SystemString
Tags string separated with comma or space

Return Value

Type: Hashtable
See Also