Class FragmentParserMode
The mode the parser should use.
Inheritance
System.Object
    FragmentParserMode
  Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class FragmentParserMode : EnumFields
LeaveMappedLinks
Do not try to map standard links to permanent links.
Declaration
public const FragmentParserMode LeaveMappedLinksField Value
| Type | Description | 
|---|---|
| FragmentParserMode | 
RemapLinks
Try to map links to permanent links.
Declaration
public const FragmentParserMode RemapLinksField Value
| Type | Description | 
|---|---|
| FragmentParserMode | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
