Skip to content

mslycn/Acme.Helpers

 
 

Repository files navigation

#Acme.Helpers (ASPNET5, MVC6) License

Contains a custom set of Tag Helpers for building ASP.NET 5, MVC 6 and Core applications.

Includes:

  • Pagination
  • Infinite Scroller
  • Table auto-generation
  • ...

Online Demo / Download Source

Usage

###Pager

<pager asp-for="@Model" show-status=true show-sizes=true />

Alt text

###Table

<table asp-for="@Model" ajax="true" class="table" />

Alt text

Change Log

1.0.0-beta7 (15-09-02)

  • Add <infinite /> TagHelper

About

Contains a custom set of Tag Helpers for building ASP.NET 5, MVC 6 and Core applications (ASPNET5, MVC6, EF7).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 54.4%
  • CSS 45.2%
  • JavaScript 0.4%