Skip to main content
A newer version of this page is available. .

HtmlHelperExtension Class

Extends the standard HtmlHelper class with a DevExpress specific extension method.

Namespace: DevExpress.Web.Mvc.UI

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public static class HtmlHelperExtension

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.

Inheritance

Object
HtmlHelperExtension
See Also