WebPartManager.Render Method (HtmlTextWriter)

 

Overridden to prevent the WebPartManager control from rendering any content.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

Protected Friend Overrides Sub Render (
	writer As HtmlTextWriter
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

An HtmlTextWriter that receives the content of the control to write to the page.

.NET Framework
Available since 2.0
Return to top
Show: