HtmlSource.RenderAttributes Method (HtmlTextWriter)

.NET Framework (current version)
 

Renders the HtmlSource control's attributes into the specified HtmlTextWriter object.

Namespace:   System.Web.UI.HtmlControls
Assembly:  System.Web (in System.Web.dll)

Protected Overrides Sub RenderAttributes (
	writer As HtmlTextWriter
)

Parameters

writer
Type: System.Web.UI.HtmlTextWriter

The HtmlTextWriter instance that receives the rendered content.

.NET Framework
Available since 4.5
Return to top
Show: