HtmlHelperExtension Class
In This Article
Extends the standard HtmlHelper class with a DevExpress specific extension method.
Namespace: DevExpress.Web.Mvc.UI
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Remarks
The HtmlHelperExtension class contains the HtmlHelperExtension.DevExpress extension method that extends the HtmlHelper class. This method provides access to DevExpress HTML helpers, allowing you to create DevExpress MVC extensions.
See Also