  | Tag Constructor (String, String, 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,
	string xmlAttributeName,
	string xmlAttributeValue
)
Public Sub New ( 
	tagName As String,
	tagValue As String,
	xmlAttributeName As String,
	xmlAttributeValue As String
)
Parameters
- tagName
 - Type: SystemString
 - tagValue
 - Type: SystemString
 - xmlAttributeName
 - Type: SystemString
 - xmlAttributeValue
 - Type: SystemString
 
See Also