[]
Create the ControlBuilderFactory instance via HtmlHelper.
public static ControlBuilderFactory C1(this HtmlHelper helper)
| Type | Name | Description |
|---|---|---|
| HtmlHelper | helper | The specified HtmlHelper object |
| Type | Description |
|---|---|
| ControlBuilderFactory | An instance of ControlBuilderFactory |
Create the ControlBuilderFactory instance via html helper.
public static ControlBuilderFactory<TModel> C1<TModel>(this HtmlHelper<TModel> helper)
| Type | Name | Description |
|---|---|---|
| HtmlHelper<TModel> | helper | The specified html helper object |
| Type | Description |
|---|---|
| ControlBuilderFactory<TModel> | An instance of ControlBuilderFactory |
| Name | Description |
|---|---|
| TModel | The specified model type |