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 ) |
Visual Basic |
---|
Public Shared Function Parse ( _ xhtml As String _ ) As XhtmlDocument |
Visual C++ |
---|
public: static XhtmlDocument^ Parse( String^ xhtml ) |
Parameters
- xhtml
- Type: System..::..String
xhtml to parse.