EditorPartChrome::RenderEditorPart Method (HtmlTextWriter^, EditorPart^)
.NET Framework (current version)
Renders a complete EditorPart control with all its sections.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter that receives the editorPart content.
- editorPart
-
Type:
System.Web.UI.WebControls.WebParts::EditorPart^
The control currently being rendered.
| Exception | Condition |
|---|---|
| ArgumentNullException | The control that editorPart refers to is null. |
The RenderEditorPart method renders the complete EditorPart control, with header, contents, and footer. Overriding this method gives a developer complete programmatic control over rendering all aspects of editorPart; for that reason, overriding this method is quite complex.
.NET Framework
Available since 2.0
Available since 2.0
Show: