Class HtmlAttrValue
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
HTML attribute value constants. Everything must be consts to use in AllHtmlAttrsValues.
public class HtmlAttrValue
- Inheritance
-
HtmlAttrValue
- Inherited Members
- Extension Methods
Fields
Cells
Cells value.
public const string Cells = "cells"
Field Value
Checkbox
Checkbox input type value.
public static string Checkbox
Field Value
Colspan
Colspan value.
public const string Colspan = "colspan"
Field Value
Hoverable
Hoverable value.
public const string Hoverable = "hoverable"
Field Value
Radio
Radio input type value.
public const string Radio = "radio"
Field Value
Server
Server value.
public const string Server = "server"
Field Value
Stylesheet
Stylesheet relation value.
public const string Stylesheet = "stylesheet"
Field Value
Switch
Switch value.
public static string Switch
Field Value
Text
Text input type value.
public const string Text = "text"
Field Value
TextCss
CSS MIME type value.
public const string TextCss = "text/css"
Field Value
TextJavascript
JavaScript MIME type value.
public static string TextJavascript
Field Value
Textarea
Textarea value.
public const string Textarea = "textarea"