Interface IFragmentParser
Defines the signature for a parser that parses content into fragments.
Namespace: EPiServer.Core.Html.StringParsing
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface IFragmentParserMethods
Parse(String, FragmentParserMode, Boolean)
Parses the specified content into fragments.
Declaration
StringFragmentCollection Parse(string content, FragmentParserMode parserMode, bool evaluateHash)Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | content | The content to parse | 
| FragmentParserMode | parserMode | Defines the mode for the parser. | 
| System.Boolean | evaluateHash | if set to  | 
Returns
| Type | Description | 
|---|---|
| StringFragmentCollection | A list of fragments | 
