Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
protected override void AddAttributesToRender( HtmlTextWriter writer ) |
| Visual Basic |
|---|
Protected Overrides Sub AddAttributesToRender ( _ writer As HtmlTextWriter _ ) |
| Visual C++ |
|---|
protected: virtual void AddAttributesToRender( HtmlTextWriter^ writer ) override |
Parameters
- writer
- Type: System.Web.UI..::..HtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Remarks
This override will only render ControlStyle, Title and Attributes.