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
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.