Table of Contents

Class HtmlAttrs

Namespace
SunamoValues.Constants
Assembly
SunamoValues.dll

HTML attribute name constants. All values are lowercase to match HTML conventions.

public class HtmlAttrs
Inheritance
HtmlAttrs
Inherited Members
Extension Methods

Fields

Allowmultiple

The allowmultiple attribute.

public static string Allowmultiple

Field Value

string

Alt

The alt attribute.

public static string Alt

Field Value

string

AriaLabel

The aria-label attribute.

public static string AriaLabel

Field Value

string

C

The class attribute as a static field (named C to avoid mass replacing of class keyword).

public static string C

Field Value

string

CAttr

The class attribute (named CAttr to avoid C# keyword conflict).

public const string CAttr = "class"

Field Value

string

Checked_

The checked attribute (suffixed with underscore to avoid C# keyword conflict).

public static string Checked_

Field Value

string

Cssclass

The cssclass attribute.

public static string Cssclass

Field Value

string

DataCaption

The data-caption attribute.

public static string DataCaption

Field Value

string

DataDescription

The data-description attribute.

public const string DataDescription = "data-description"

Field Value

string

DataMedia

The data-media attribute.

public const string DataMedia = "data-media"

Field Value

string

DataRole

The data-role attribute.

public static string DataRole

Field Value

string

DataTitle

The data-title attribute.

public const string DataTitle = "data-title"

Field Value

string

DataType

The data-type attribute.

public const string DataType = "data-type"

Field Value

string

DataUrl

The data-url attribute.

public static string DataUrl

Field Value

string

DataVia

The data-via attribute.

public static string DataVia

Field Value

string

Description

The description attribute.

public static string Description

Field Value

string

Enableviewstate

The enableviewstate attribute.

public static string Enableviewstate

Field Value

string

Groupname

The groupname attribute.

public static string Groupname

Field Value

string

Height

The height attribute.

public static string Height

Field Value

string

Href

The href attribute.

public const string Href = "href"

Field Value

string

Id

The id attribute.

public const string Id = "id"

Field Value

string

Imageurl

The imageurl attribute.

public static string Imageurl

Field Value

string

Jscontroller

The jscontroller attribute.

public const string Jscontroller = "jscontroller"

Field Value

string

Keywords

The keywords attribute.

public static string Keywords

Field Value

string

Maxlength

The maxlength attribute.

public static string Maxlength

Field Value

string

Multiple

The multiple attribute.

public static string Multiple

Field Value

string

Name

The name attribute.

public static string Name

Field Value

string

Navigateurl

The navigateurl attribute.

public static string Navigateurl

Field Value

string

Placeholder

The placeholder attribute.

public static string Placeholder

Field Value

string

ReadOnly

The readonly attribute (named ReadOnly to avoid C# keyword conflict).

public static string ReadOnly

Field Value

string

Rel

The rel attribute.

public const string Rel = "rel"

Field Value

string

Runat

The runat attribute.

public static string Runat

Field Value

string

Src

The src attribute.

public const string Src = "src"

Field Value

string

Style

The style attribute.

public static string Style

Field Value

string

Target

The target attribute.

public static string Target

Field Value

string

Text

The text attribute.

public static string Text

Field Value

string

Textmode

The textmode attribute.

public static string Textmode

Field Value

string

Tooltip

The tooltip attribute.

public static string Tooltip

Field Value

string

Type

The type attribute.

public const string Type = "type"

Field Value

string

UibTooltip

The uib-tooltip attribute.

public const string UibTooltip = "uib-tooltip"

Field Value

string

Value

The value attribute.

public static string Value

Field Value

string

Visible

The visible attribute.

public static string Visible

Field Value

string

Width

The width attribute.

public static string Width

Field Value

string