Click or drag to resize

RazorTemplateBaseTModelTemplateTags Method (String)

Prints a table of the template tags containing the search string in the current template instance.

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public string TemplateTags(
	string search
)

Parameters

search
Type: SystemString
The string to search for in keys.

Return Value

Type: String
A html table of tags
See Also