BuildMaster SDK Reference
Version:

ElementAttribute Class

Represents an attribute on an HTML element.

Inheritance Hierarchy

Syntax

public class ElementAttribute

Constructors

Name Description
ElementAttribute(string name, object value)

Initializes a new instance of the ElementAttribute class.

Properties

Name Description
Name

Gets the name of the attribute.

Value

Gets the value of the attribute.

Methods

Name Description
ToString

Returns a System.String that represents this instance.