Click or drag to resize

Tag Constructor (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
)

Parameters

tagName
Type: SystemString
tagValue
Type: SystemString
See Also