Dynamicweb 8 Documentation
Tag Constructor(String,String)

Name of the tag.
The tag value.
Initializes a new instance of the Tag class and sets the value of a tag with the specified name.
Syntax
'Declaration
 
Public Function New( _ 
   ByVal tagName As String, _ 
   ByVal tagValue As String _ 
)
public Tag( 
   string tagName,
   string tagValue 
)

Parameters

tagName
Name of the tag.
tagValue
The tag 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