  | RazorTemplateBaseTModelGetString Method  | 
 
            Gets a string representation of the tag value.
            
 
    Namespace: 
   Dynamicweb.Rendering
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntaxpublic string GetString(
	string name
)
Public Function GetString ( 
	name As String
) As String
Parameters
- name
 - Type: SystemString
The name of the tag. 
Return Value
Type: 
String
See Also