Dynamicweb 8 Documentation
Tag Constructor(String,String,String,String)

Name of the tag.
The tag value.
Name of the XML attribute.
The XML attribute value.
Initializes a new instance of the Tag class and sets the value of a tag with the specified name and also renderes an attribute on the xml (if template is using a xslt template).
Syntax
'Declaration
 
Public Function New( _ 
   ByVal tagName As String, _ 
   ByVal tagValue As String, _ 
   ByVal xmlAttributeName As String, _ 
   ByVal xmlAttributeValue As String _ 
)
public Tag( 
   string tagName,
   string tagValue,
   string xmlAttributeName,
   string xmlAttributeValue 
)

Parameters

tagName
Name of the tag.
tagValue
The tag value.
xmlAttributeName
Name of the XML attribute.
xmlAttributeValue
The XML attribute value.
Example
See usage example in Tag
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Tag Class
Tag Members
Overload List

Send Feedback