Parses an xhtml fragment of into an XhtmlDocument.
Namespace: Composite.Core.XmlAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static XhtmlDocument ParseXhtmlFragment( string fragment ) |
Visual Basic |
---|
Public Shared Function ParseXhtmlFragment ( _ fragment As String _ ) As XhtmlDocument |
Visual C++ |
---|
public: static XhtmlDocument^ ParseXhtmlFragment( String^ fragment ) |
Parameters
- fragment
- Type: System..::..String
[Missing <param name="fragment"/> documentation for "M:Composite.Core.Xml.XhtmlDocument.ParseXhtmlFragment(System.String)"]
Return Value
[Missing <returns> documentation for "M:Composite.Core.Xml.XhtmlDocument.ParseXhtmlFragment(System.String)"]