Enum ElementToken
The various HTML elements that are directly supported by the parser.
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 11.20.7Syntax
public enum ElementToken
Fields
Name | Description |
---|---|
A | |
Abbr | |
Acronym | |
Address | |
Applet | |
Area | |
Audio | |
B | |
Base | |
Basefont | |
Bdo | |
Big | |
Blockquote | |
Body | |
BR | |
Button | |
Caption | |
Center | |
Cite | |
Code | |
Col | |
Colgroup | |
DD | |
Del | |
Dfn | |
Dir | |
Div | |
DL | |
DT | |
EM | |
Embed | |
Fieldset | |
Font | |
Form | |
Frame | |
Frameset | |
H1 | |
H2 | |
H3 | |
H4 | |
H5 | |
H6 | |
Head | |
HR | |
Html | |
I | |
Iframe | |
Img | |
Input | |
Ins | |
Isindex | |
Kbd | |
Label | |
Legend | |
LI | |
Link | |
Map | |
MaxValueToken | |
Menu | |
Meta | |
Noframes | |
Noscript | |
Object | |
OL | |
Optgroup | |
Option | |
P | |
Param | |
Pre | |
Q | |
S | |
Samp | |
Script | |
Select | |
Small | |
Source | |
Span | |
Strike | |
Strong | |
Style | |
Sub | |
Sup | |
Table | |
Tbody | |
TD | |
Textarea | |
Tfoot | |
TH | |
Thead | |
Title | |
TR | |
Track | |
TT | |
U | |
UL | |
Unknown | |
Var | |
Video |