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