Class SpecialInstructionFragment
Represents a HTML fragment that has a leading <! character sequence, but is not a comment/DOCTYPE/CDATA.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: EPiServer.HtmlParsing
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public class SpecialInstructionFragment : HtmlFragmentConstructors
SpecialInstructionFragment()
Initializes a new instance of the SpecialInstructionFragment class.
Declaration
public SpecialInstructionFragment()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. | 
