Enum HtmlFragmentType
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 7.19.2Syntax
public enum HtmlFragmentType
Fields
| Name | Description |
|---|---|
| Attribute | |
| CData | |
| Comment | |
| DocumentType | |
| Element | |
| EndElement | |
| ImplicitCData | |
| ProcessingInstruction | |
| SpecialInstruction | |
| Text |