[]
        
(Showing Draft Content)

C1.Web.Mvc.Control.-ctor

Control Constructor

Control(HtmlHelper, string)

Creates one Control instance by using the specified HtmlHelper object and selector.

Declaration
protected Control(HtmlHelper helper, string selector = null)
Parameters
Type Name Description
HtmlHelper helper

The html helper.

string selector

The selector used to match the dom elements which the control is attached to.