Class FragmentParserFactory
Factory that handles construction of default IFragmentParser instances.
Inheritance
System.Object
    FragmentParserFactory
  Namespace: EPiServer.Core.Html.StringParsing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public static class FragmentParserFactory : ObjectMethods
CreateDefaultParser()
Gets an instance of the registered default parser.
Declaration
public static IFragmentParser CreateDefaultParser()Returns
| Type | Description | 
|---|---|
| IFragmentParser | The default parser. | 
