A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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.