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