Click or drag to resize

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
Syntax
public Tag(
	string tagName,
	string tagValue,
	string xmlAttributeName,
	string xmlAttributeValue
)

Parameters

tagName
Type: SystemString
tagValue
Type: SystemString
xmlAttributeName
Type: SystemString
xmlAttributeValue
Type: SystemString
See Also