PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Returns an xml document parsed from non-well-formed html and stores the generated messages in a buffer as an SXMLDataTable.
Namespace: Smartsite.Runtime
Assembly: Smartsite.Runtime.Modules (in Smartsite.Runtime.Modules.dll)
Syntax
C# | Copy Code |
---|---|
[] public static ParseHtml( context, string html, string messageBufferName ) |
Visual Basic (Declaration) | Copy Code |
---|---|
<> _ Public Shared Function ParseHtml ( _ context As , _ html As , _ messageBufferName As _ ) As |
Parameters
- context
- IRenderContext
The context.
- html
- String
The input html.
- messageBufferName
- String
The name of the buffer where the messages data table will be stored.
Return Value
See Also
Smartsite.Runtime Namespace