Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
ASP.NET Web Control kernel function.
Namespace:   Microsoft.WindowsServerSolutions.Web.Controls
Assembly:  Wssg.Web (in Wssg.Web.dll)
Syntax
public override void RenderControl(
    HtmlTextWriter writer
)
public:
virtual void RenderControl(
    HtmlTextWriter^ writer
) override
Public Overrides Sub RenderControl (
    writer As HtmlTextWriter
)
Parameters
- writer 
 Type: System.Web.UI.HtmlTextWriter- The Html Text Writer. 
Remarks
This method supports the infrastructure and is not intended to be used directly from your code.
See Also
RenderControl Overload
CssLoader Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top