SaaS CMS has officially launched! Learn more now.

Interface IXFormsParser

The interface which handle the parsing of the XForm.Document

Namespace: EPiServer.XForms.Parsing
Assembly: EPiServer.XForms.dll
Version: 8.11.0
Syntax
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>