| 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
)
Public Function TemplateTags (
search As String
) As String
Parameters
- search
- Type: SystemString
The string to search for in keys.
Return Value
Type:
StringA html table of tags
See Also