[]
Initializes a new instance of the ControlBuilderFactory class by using the specified html helper instance.
public ControlBuilderFactory(IHtmlHelper<TModel> helper)
Public Sub New(helper As IHtmlHelper(Of TModel))
| Type | Name | Description |
|---|---|---|
| IHtmlHelper<TModel> | helper | The specified HtmlHelper object. |