ComponentOne ASP.NET MVC Controls
Popup Constructor

C1.Web.Mvc Namespace > Popup Class : Popup Constructor
The html helper
The selector
Creates one Popup instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal helper As HtmlHelper, _
   Optional ByVal selector As String _
)
public Popup( 
   HtmlHelper helper,
   string selector
)

Parameters

helper
The html helper
selector
The selector
See Also

Reference

Popup Class
Popup Members