Parses a serialized xhtml document and returns XhtmlDocument.
Namespace: Composite.Core.XmlAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static XhtmlDocument Parse( string xhtml, LoadOptions options ) |
Visual Basic |
---|
Public Shared Function Parse ( _ xhtml As String, _ options As LoadOptions _ ) As XhtmlDocument |
Visual C++ |
---|
public: static XhtmlDocument^ Parse( String^ xhtml, LoadOptions options ) |
Parameters
- xhtml
- Type: System..::..String
xhtml to parse.
- options
- Type: System.Xml.Linq..::..LoadOptions
This parameter is here for informative purposes - only LoadOptions.None is accepted, since anything else is a change to the DOM and a breeding ground for bugs