| |||||
WebControl.RenderEndTag MethodSystem.Web.UI.WebControls Namespace WebControl Class Renders the HTML end tag of the control into the specified writer. This method is primarily used by control developers. [ VB ] Overridable Public Sub RenderEndTag ( _ ByVal writer As HtmlTextWriter _ ) [ C# ] public virtual void RenderEndTag ( HtmlTextWriter writer ); [ C++ ] public: virtual void RenderEndTag ( HtmlTextWriter* writer ); [ JScript ] public function RenderEndTag ( writer : HtmlTextWriter ); Parameters
RemarksThis is made public so other controls can render multiple controls in between the begin tag and the end tag. See Also |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme