Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface IXFormsParser

The interface which handle the parsing of the XForm.Document

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

Extension Methods