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
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.