An element types enumeration for the types recognized by this parser
Namespace:
EPiServer.WebAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public enum ElementTypes |
Members
| Member name | Description | |
|---|---|---|
| other |
An element type other than the specified in the enumeration
| |
| A |
An anchor element
| |
| SCRIPT |
A script element
| |
| IMG |
An image element
| |
| FORM |
A form element
| |
| INPUT |
An input element
| |
| BASE |
A BASE element.
| |
| AREA |
An Area element
| |
| LINK |
A link element
| |
| OBJECT |
An object element
| |
| HEAD |
A head element
| |
| BLOCKQUOTE |
A blockquote element
| |
| Q |
A q element
| |
| INSDEL |
An insdel element
| |
| FRAME |
A frame element
| |
| IFRAME |
An iframe element
| |
| BODY |
A body element
| |
| STYLE |
A style element
| |
| APPLET |
An applet element
| |
| PARAM |
A param element
| |
| EMBED |
An embed element
|