London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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