Renders the control to the specified HTML writer.
Namespace:
EGIS.Web.Controls
Assembly:
EGIS.Web.Controls (in EGIS.Web.Controls.dll)
Syntax
Visual Basic |
---|
Protected Overrides Sub Render ( _
writer As HtmlTextWriter _
) |
C# |
---|
protected override void Render(
HtmlTextWriter writer
) |
Visual C++ |
---|
protected:
virtual void Render(
HtmlTextWriter^ writer
) override |
JavaScript |
---|
function render(writer); |
Parameters
- writer
- Type: System.Web.UI..::..HtmlTextWriter
The HtmlTextWriter object that receives the control content.
See Also