Ibrahim ben Salah
Ibrahim ben Salah

Reputation: 733

TagHelpers for "older" ASP.NET MVC

Does anybody knows of anything like the new TagHelpers in upcoming MVC 6 but for current and previous versions of ASP.NET MVC <= 5?

Curiously, jsp (Java EE) supports custom tags since ages but I can't find anything like it for asp.net, that's why I started writing my own TagHelpers library but it's still in early stage, so please let me know if I should stop wasting my time ;)

Upvotes: 1

Views: 183

Answers (1)

Ibrahim ben Salah
Ibrahim ben Salah

Reputation: 733

So there is nothing like it, check out my own library to support taghelpers in older versions of MVC

nuget https://www.nuget.org/packages/Xania.AspNet.TagHelpers/

codeproject http://www.codeproject.com/Tips/881721/TagHelpers-in-MVC-v-less-than-Next

Upvotes: 1

Related Questions