Version

Search Results

StartTag Class

Represents an opening tag. Syntax

StartTag Class Members

Public Constructors Public Properties Public Methods

StartTag Class Methods

Public Methods

StartTag Class Properties

Public Properties

Attributes Property

Gets a collection of attributes. Syntax

Closed Property

Gets or sets a boolean value indicating whether the tag is closed. Syntax

GetAttribute(String,Boolean) Method

Gets an attribute by its name. Syntax Parameters name The name of an attribute.defaultValue The default value if the attribute is absent. Return Value The value of the attribute.

GetAttribute(String,Color) Method

Gets an attribute by its name. Syntax Parameters name The name of an attribute.defaultValue The default value if the attribute is absent. Return Value The value of the attribute.

GetAttribute(String,Int32) Method

Gets an attribute by its name. Syntax Parameters name The name of an attribute.defaultValue The default value if the attribute is absent. Return Value The value of the attribute.

GetAttribute(String,Single) Method

Gets an attribute by its name. Syntax Parameters name The name of an attribute.defaultValue The default value if the attribute is absent. Return Value The value of the attribute.