Loads existing HTML into the RichTextEditor.
Namespace: Mindscape.SilverlightElementsAssembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public void LoadHtml( string html ) |
| Visual Basic |
|---|
Public Sub LoadHtml ( _ html As String _ ) |
| Visual C++ |
|---|
public: void LoadHtml( String^ html ) |
Parameters
- html
- Type: System..::..String
The HTML to load for editing.
Remarks
The RichTextEditor supports only a limited subset of HTML. Unrecognised tags or styles
will be discarded.