Enum
AttributeType

Type of attributes parsed.

Definition

Namespace:ArtOfTest.WebAii.ObjectModel

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public enum AttributeType

Fields

Event

An event attribute. For example ( <hr onclick="myclick();"> )

Declaration

cs-api-definition
Event = 1

Field Value

AttributeType

Other

All other attributes except style or event.

Declaration

cs-api-definition
Other = 2

Field Value

AttributeType

Style

A style attribute. For example ( <hr style="backgroundcolor:red;"> )

Declaration

cs-api-definition
Style = 0

Field Value

AttributeType

In this article
DefinitionFieldsEventOtherStyle
Not finding the help you need?
Contact Support