TableStyle.AddAttributesToRender(HtmlTextWriter, WebControl) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds information about the background image, cell spacing, cell padding, gridlines, and alignment to the list of attributes to render.
public:
override void AddAttributesToRender(System::Web::UI::HtmlTextWriter ^ writer, System::Web::UI::WebControls::WebControl ^ owner);
public override void AddAttributesToRender (System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebControl owner);
override this.AddAttributesToRender : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebControl -> unit
Public Overrides Sub AddAttributesToRender (writer As HtmlTextWriter, owner As WebControl)
Parameters
- writer
- HtmlTextWriter
The output stream that renders HTML content to the client.
- owner
- WebControl
The control associated with the style.
Remarks
This method is primarily used by control developers.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.