A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IXFormsParser

The interface which handle the parsing of the XForm.Document

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