SaaS CMS has officially launched! Learn more now.

Class FragmentParserMode

The mode the parser should use.

Inheritance
System.Object
FragmentParserMode
Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class FragmentParserMode : Enum

Fields

Do not try to map standard links to permanent links.

Declaration
public const FragmentParserMode LeaveMappedLinks
Field Value
Type Description
FragmentParserMode

Try to map links to permanent links.

Declaration
public const FragmentParserMode RemapLinks
Field Value
Type Description
FragmentParserMode

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods