  | Tag Constructor (String, String) | 
 Initializes a new instance of the 
Tag class
 
    Namespace: 
   Dynamicweb.Rendering
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic Tag(
	string tagName,
	string tagValue
)
Public Sub New ( 
	tagName As String,
	tagValue As String
)
Parameters
- tagName
 - Type: SystemString
 - tagValue
 - Type: SystemString
 
See Also