Table of Contents

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

string

Checkbox

Checkbox input type value.

public static string Checkbox

Field Value

string

Colspan

Colspan value.

public const string Colspan = "colspan"

Field Value

string

Hoverable

Hoverable value.

public const string Hoverable = "hoverable"

Field Value

string

Radio

Radio input type value.

public const string Radio = "radio"

Field Value

string

Server

Server value.

public const string Server = "server"

Field Value

string

Stylesheet

Stylesheet relation value.

public const string Stylesheet = "stylesheet"

Field Value

string

Switch

Switch value.

public static string Switch

Field Value

string

Text

Text input type value.

public const string Text = "text"

Field Value

string

TextCss

CSS MIME type value.

public const string TextCss = "text/css"

Field Value

string

TextJavascript

JavaScript MIME type value.

public static string TextJavascript

Field Value

string

Textarea

Textarea value.

public const string Textarea = "textarea"

Field Value

string