Share via


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

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