JuergenGutsch / blog

Personal blog about web development based on .NET and .NET Core
https://asp.net-hacker.rocks/
Other
31 stars 17 forks source link

ActiveRoute TagHelper #66

Open JuergenGutsch opened 5 years ago

JuergenGutsch commented 5 years ago

Written on 03.03.2017 08:29:05

URL: http://asp.net-hacker.rocks/2017/03/03/taghelper-to-show-or-hide-on-route-conditions.html

JuergenGutsch commented 5 years ago

Comment written by khalidabuhakmeh on 03.03.2017 14:17:58

So I have a NuGet package called WhatRoute that has richer logic than in your post. You may want to check it out and potentially add a taghelper layer on top of what I have.

https://github.com/khalidab...

JuergenGutsch commented 5 years ago

Comment written by Jürgen Gutsch on 03.03.2017 15:09:08

Hi,
many thanks for sharing :) Your package looks really great :)
As I've seen you provide the functionality as HtmlHelpers for the classic ASP.NET MVC.
Do you have plans to move your code to .NET Core to use it with ASP.NET Core MVC?

JuergenGutsch commented 5 years ago

Comment written by khalidabuhakmeh on 03.03.2017 15:14:33

As soon as our team, https://rimdev.io, starts building ASP.NET MVC core applications. It has been a jumpy start but I can definitely see porting this and adding a layer of tag helpers.