SaaS CMS has officially launched! Learn more now.

Class EndElementFragment

Represents a HTML end element.

Inheritance
System.Object
EndElementFragment
Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public class EndElementFragment : TokenFragmentBase<ElementToken>

Constructors

EndElementFragment()

Initializes a new instance of the EndElementFragment class.

Declaration
public EndElementFragment()

Methods

Parse(IHtmlParserContext)

Parses the fragment from the specified context.

Declaration
public override void Parse(IHtmlParserContext context)
Parameters
Type Name Description
IHtmlParserContext context

The context.

Overrides

ToWriter(TextWriter)

Writes the fragment to the given TextWriter.

Declaration
public override void ToWriter(TextWriter writer)
Parameters
Type Name Description
System.IO.TextWriter writer

The writer.

Overrides

Extension Methods