Interface IXFormsParser
The interface which handle the parsing of the XForm.Document
Namespace: EPiServer.XForms.Parsing
Assembly: EPiServer.XForms.dll
Version: 9.12.2Syntax
public interface IXFormsParser
Methods
Parse(String)
Parse the xform content to a collection of HtmlFragment
Declaration
IEnumerable<HtmlFragment> Parse(string xformHtml)
Parameters
Type | Name | Description |
---|---|---|
System.String | xformHtml | the xform document |
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<HtmlFragment> |