The Attribute type exposes the following members.

Constructors

  NameDescription
Public methodAttribute()()()()
Initializes a new instance of the Attribute class without a value.

e.g. "selected" attribute on a radio box.

Public methodAttribute(String)
Initializes a new instance of the Attribute class with a value.

Methods

  NameDescription
Public methodRender
Renders this tag attribute.

Properties

  NameDescription
Public propertyValue
Gets or sets our value.

See Also