DataPager::AddAttributesToRender Method (HtmlTextWriter^)
.NET Framework (current version)
Adds HTML attributes and styles to be rendered in the browser to the specified HtmlTextWriter object.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
An object that represents the output stream to render HTML content to the browser.
The AddAttributesToRender method is primarily used by control developers to insert additional attributes and styles in the HtmlTextWriter output stream for a DataPager control.
.NET Framework
Available since 3.5
Available since 3.5
Show: