Breadcrumb.RenderControl Method (HtmlTextWriter)
ASP.NET Web Control kernel function.
Namespace: Microsoft.WindowsServerSolutions.Web.Controls
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public abstract void RenderControl(
HtmlTextWriter writer
)
public:
virtual void RenderControl(
HtmlTextWriter^ writer
) abstract
Public MustOverride 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
Breadcrumb Class
Microsoft.WindowsServerSolutions.Web.Controls Namespace
Return to top