ParseHtml Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SafeHtmlParser..::..ParseHtml Method |
| SafeHtmlParser Class See Also Send Feedback |
This Method Should Never Throw Exceptions
Namespace:Â CuteEditor.ImplAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public static void ParseHtml( XmlElement element, string xmlstring ) |
| Visual Basic |
|---|
Public Shared Sub ParseHtml ( _ element As XmlElement, _ xmlstring As String _ ) |
| Visual C++ |
|---|
public: static void ParseHtml( XmlElement^ element, String^ xmlstring ) |