Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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.3
Syntax
public static class FragmentParserFactory : Object

Methods

CreateDefaultParser()

Gets an instance of the registered default parser.

Declaration
public static IFragmentParser CreateDefaultParser()
Returns
Type Description
IFragmentParser

The default parser.