[]
Creates one Control instance by using the specified HtmlHelper object and selector.
protected Control(IHtmlHelper helper, string selector = null)
Protected Sub New(helper As IHtmlHelper, Optional selector As String = Nothing)
| Type | Name | Description |
|---|---|---|
| IHtmlHelper | helper | The html helper. |
| string | selector | The selector used to match the dom elements which the control is attached to. |