DashboardHelperCreateFragment Method |
Creates an xml fragment from html markup.
Namespace:
MFiles.VAF.Configuration.Domain.Dashboards
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxpublic static XmlDocumentFragment CreateFragment(
XmlDocument xml,
string html
)
Public Shared Function CreateFragment (
xml As XmlDocument,
html As String
) As XmlDocumentFragment
public:
static XmlDocumentFragment^ CreateFragment(
XmlDocument^ xml,
String^ html
)
Parameters
- xml
- Type: System.XmlXmlDocument
The xml document the fragment will be used in. - html
- Type: SystemString
The html markup of the fragment.
Return Value
Type:
XmlDocumentFragmentThe xml element.
See Also