RenderEndTag Method (Popup) | ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Popup Class / RenderEndTag Method
The specified writer used to write the markup.

In This Topic
RenderEndTag Method (Popup)
In This Topic
Renders end tag of control.
Syntax
'Declaration
 
Protected Overridable Sub RenderEndTag( _
   ByVal writer As HtmlTextWriter _
) 
 

Parameters

writer
The specified writer used to write the markup.
See Also