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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.