CssLoader.RenderControl Method (HtmlTextWriter)
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.HtmlTextWriterThe 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