HtmlControl.RenderAttributes(HtmlTextWriter) 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.
Renders the HtmlControl control's attributes into the specified HtmlTextWriter object.
protected:
virtual void RenderAttributes(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderAttributes (System.Web.UI.HtmlTextWriter writer);
abstract member RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
override this.RenderAttributes : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderAttributes (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
The HtmlTextWriter that receives the rendered content.
Remarks
The RenderAttributes method writes the Control.ID attribute of the HtmlControl control.
The RenderAttributes method is used primarily by control developers extending the functionality of the HtmlControl control.
Applies to
See also
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.