Skip to content

San4es/DevExtreme.AspNet.TagHelpers

 
 

Repository files navigation

ASP.NET Core (MVC 6) Tag Helpers for DevExtreme Widgets

Build status NuGet MIT License

Synopsis

With Tag Helpers, ASP.NET Core Razor markup becomes more HTML-friendly, and Visual Studio code assistance is extended with IntelliSense for tags and their attributes. Read more...

DevExtreme ASP.NET Core Tag Helpers simplify the use of UI and Visualizatioin widgets in Razor views and connecting them to data exposed via MVC controllers.

<dx-data-grid>
    <datasource controller="ToDo" load-action="Items" />	
    <group-panel visible="true" />
    <filter-row visible="true" />
</dx-data-grid>

Getting Started

API Reference

DevExtreme ASP.NET Core Tag Helpers mirror DevExtreme JavaScript API.

License

Familiarize yourself with the DevExtreme Commerical License.
Free trial is available!

DevExtreme ASP.NET Core Tag Helpers are released as a MIT-licensed (free and open-source) add-on to DevExtreme.

Support & Feedback

About

ASP.NET 5 (MVC6) TagHelpers for DevExtreme Widgets

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.7%
  • Other 1.3%