Class HtmlTags
- Namespace
- SunamoValues.Constants
- Assembly
- SunamoValues.dll
HTML tag name constants as strings.
public class HtmlTags
- Inheritance
-
HtmlTags
- Inherited Members
- Extension Methods
Fields
A
The a (anchor) tag.
public const string A = "a"
Field Value
Article
The article tag.
public static string Article
Field Value
B
The b (bold) tag.
public static string B
Field Value
Body
The body tag.
public const string Body = "body"
Field Value
Button
The button tag.
public const string Button = "button"
Field Value
Div
The div tag.
public const string Div = "div"
Field Value
H2
The h2 tag.
public static string H2
Field Value
H3
The h3 tag.
public static string H3
Field Value
H4
The h4 tag.
public static string H4
Field Value
Hr
The hr tag.
public const string Hr = "hr"
Field Value
Img
The img tag.
public const string Img = "img"
Field Value
Input
The input tag.
public const string Input = "input"
Field Value
Label
The label tag.
public const string Label = "label"
Field Value
Li
The li tag.
public static string Li
Field Value
Link
The link tag.
public const string Link = "link"
Field Value
Ol
The ol tag.
public const string Ol = "ol"
Field Value
Option
The option tag.
public static string Option
Field Value
P
The p (paragraph) tag.
public static string P
Field Value
Pre
The pre tag.
public const string Pre = "pre"
Field Value
Script
The script tag.
public static string Script
Field Value
Span
The span tag.
public const string Span = "span"
Field Value
Style
The style tag.
public const string Style = "style"
Field Value
Svg
The svg tag.
public static string Svg
Field Value
Table
The table tag.
public const string Table = "table"
Field Value
Tbody
The tbody tag.
public const string Tbody = "tbody"
Field Value
Td
The td tag.
public const string Td = "td"
Field Value
Th
The th tag.
public static string Th
Field Value
Title
The title tag.
public const string Title = "title"
Field Value
Tr
The tr tag.
public const string Tr = "tr"
Field Value
Ul
The ul tag.
public const string Ul = "ul"