HtmlContainerControl.RenderEndTag(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 closing tag for the HtmlContainerControl control to the specified HtmlTextWriter object.
protected:
virtual void RenderEndTag(System::Web::UI::HtmlTextWriter ^ writer);
protected virtual void RenderEndTag (System.Web.UI.HtmlTextWriter writer);
abstract member RenderEndTag : System.Web.UI.HtmlTextWriter -> unit
override this.RenderEndTag : System.Web.UI.HtmlTextWriter -> unit
Protected Overridable Sub RenderEndTag (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
The HtmlTextWriter that receives the rendered content.
Remarks
The RenderEndTag method is called by the Render method to render the closing tag of the HtmlContainerControl control.
The RenderEndTag method is used primarily by control developers extending the functionality of the HtmlContainerControl control.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.