HtmlHelperExtensions.DevExpress<TModel>(IHtmlHelper<TModel>) Method
Provides access to strongly typed helper methods that allow you to render individual DevExpress ASP.NET Core extensions.
Namespace: DevExpress.AspNetCore
Assembly: DevExpress.AspNetCore.Common.v24.2.dll
Declaration
public static BuilderFactory<TModel> DevExpress<TModel>(
this IHtmlHelper<TModel> htmlHelper
)
Parameters
Name | Type | Description |
---|---|---|
htmlHelper | IHtmlHelper<TModel> | A strongly typed object that is HTML helper instance that this method extends. |
Type Parameters
Name | Description |
---|---|
TModel | A model type. |
Returns
Type | Description |
---|---|
BuilderFactory<TModel> | An object that contains strongly typed helper methods to render DevExpress ASP.NET Core extensions. |
See Also