SaaS CMS has officially launched! Learn more now.

Class HtmlFragmentType

Inheritance
System.Object
HtmlFragmentType
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public sealed class HtmlFragmentType : Enum

Fields

Attribute

Declaration
public const HtmlFragmentType Attribute
Field Value
Type Description
HtmlFragmentType

CData

Declaration
public const HtmlFragmentType CData
Field Value
Type Description
HtmlFragmentType

Comment

Declaration
public const HtmlFragmentType Comment
Field Value
Type Description
HtmlFragmentType

DocumentType

Declaration
public const HtmlFragmentType DocumentType
Field Value
Type Description
HtmlFragmentType

Element

Declaration
public const HtmlFragmentType Element
Field Value
Type Description
HtmlFragmentType

EndElement

Declaration
public const HtmlFragmentType EndElement
Field Value
Type Description
HtmlFragmentType

ImplicitCData

Declaration
public const HtmlFragmentType ImplicitCData
Field Value
Type Description
HtmlFragmentType

ProcessingInstruction

Declaration
public const HtmlFragmentType ProcessingInstruction
Field Value
Type Description
HtmlFragmentType

SpecialInstruction

Declaration
public const HtmlFragmentType SpecialInstruction
Field Value
Type Description
HtmlFragmentType

Text

Declaration
public const HtmlFragmentType Text
Field Value
Type Description
HtmlFragmentType

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods