HtmlHelperExtensions.DevExpress<TModel>(IHtmlHelper<TModel>) Method
In This Article
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
NuGet Package: DevExpress.AspNetCore.Common
#Declaration
C#
public static BuilderFactory<TModel> DevExpress<TModel>(
this IHtmlHelper<TModel> htmlHelper
)
#Parameters
Name | Type | Description |
---|---|---|
html |
IHtml |
A strongly typed object that is HTML helper instance that this method extends. |
#Type Parameters
Name | Description |
---|---|
TModel | A model type. |
#Returns
Type | Description |
---|---|
Builder |
An object that contains strongly typed helper methods to render DevExpress ASP. |
See Also