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
Alt
The alt attribute.
public static string Alt
Field Value
AriaLabel
The aria-label attribute.
public static string AriaLabel
Field Value
C
The class attribute as a static field (named C to avoid mass replacing of class keyword).
public static string C
Field Value
CAttr
The class attribute (named CAttr to avoid C# keyword conflict).
public const string CAttr = "class"
Field Value
Checked_
The checked attribute (suffixed with underscore to avoid C# keyword conflict).
public static string Checked_
Field Value
Cssclass
The cssclass attribute.
public static string Cssclass
Field Value
DataCaption
The data-caption attribute.
public static string DataCaption
Field Value
DataDescription
The data-description attribute.
public const string DataDescription = "data-description"
Field Value
DataMedia
The data-media attribute.
public const string DataMedia = "data-media"
Field Value
DataRole
The data-role attribute.
public static string DataRole
Field Value
DataTitle
The data-title attribute.
public const string DataTitle = "data-title"
Field Value
DataType
The data-type attribute.
public const string DataType = "data-type"
Field Value
DataUrl
The data-url attribute.
public static string DataUrl
Field Value
DataVia
The data-via attribute.
public static string DataVia
Field Value
Description
The description attribute.
public static string Description
Field Value
Enableviewstate
The enableviewstate attribute.
public static string Enableviewstate
Field Value
Groupname
The groupname attribute.
public static string Groupname
Field Value
Height
The height attribute.
public static string Height
Field Value
Href
The href attribute.
public const string Href = "href"
Field Value
Id
The id attribute.
public const string Id = "id"
Field Value
Imageurl
The imageurl attribute.
public static string Imageurl
Field Value
Jscontroller
The jscontroller attribute.
public const string Jscontroller = "jscontroller"
Field Value
Keywords
The keywords attribute.
public static string Keywords
Field Value
Maxlength
The maxlength attribute.
public static string Maxlength
Field Value
Multiple
The multiple attribute.
public static string Multiple
Field Value
Name
The name attribute.
public static string Name
Field Value
Navigateurl
The navigateurl attribute.
public static string Navigateurl
Field Value
Placeholder
The placeholder attribute.
public static string Placeholder
Field Value
ReadOnly
The readonly attribute (named ReadOnly to avoid C# keyword conflict).
public static string ReadOnly
Field Value
Rel
The rel attribute.
public const string Rel = "rel"
Field Value
Runat
The runat attribute.
public static string Runat
Field Value
Src
The src attribute.
public const string Src = "src"
Field Value
Style
The style attribute.
public static string Style
Field Value
Target
The target attribute.
public static string Target
Field Value
Text
The text attribute.
public static string Text
Field Value
Textmode
The textmode attribute.
public static string Textmode
Field Value
Tooltip
The tooltip attribute.
public static string Tooltip
Field Value
Type
The type attribute.
public const string Type = "type"
Field Value
UibTooltip
The uib-tooltip attribute.
public const string UibTooltip = "uib-tooltip"
Field Value
Value
The value attribute.
public static string Value
Field Value
Visible
The visible attribute.
public static string Visible
Field Value
Width
The width attribute.
public static string Width