HtmlForm.RenderControl Method (HtmlTextWriter)
.NET Framework 3.0
Renders the HtmlForm control to the specified HtmlTextWriter object.
Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void RenderControl ( HtmlTextWriter writer )
public override function RenderControl ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
The HtmlTextWriter that receives the form control content.
Notes to Inheritors:
When overriding the RenderControl method in a derived class, be sure to call the base class's RenderControl method so that the HtmlForm control is correctly rendered.
Community Additions
ADD
Show: