Renders the contents of the editor into the specified writer.
Namespace: RTEAssembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
| C# |
|---|
protected override void RenderContents( HtmlTextWriter writer ) |
| Visual Basic |
|---|
Protected Overrides Sub RenderContents ( _ writer As HtmlTextWriter _ ) |
| Visual C++ |
|---|
protected: virtual void RenderContents( HtmlTextWriter^ writer ) override |
Parameters
- writer
- Type: System.Web.UI..::..HtmlTextWriter
[Missing <param name="writer"/> documentation for "M:RTE.Editor.RenderContents(System.Web.UI.HtmlTextWriter)"]