C1.Silverlight.RichTextBox.5
ConvertToHtmlDocument(String) Method

String containing the HTML document.
Parses a string into a C1HtmlDocument.
Syntax
'Declaration
 
Public Overloads Function ConvertToHtmlDocument( _
   ByVal html As System.String _
) As C1HtmlDocument
public C1HtmlDocument ConvertToHtmlDocument( 
   System.string html
)

Parameters

html
String containing the HTML document.

Return Value

A C1HtmlDocument that represents the given string.
See Also

Reference

HtmlFilter Class
HtmlFilter Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.