riskfirst / riskfirst.hateoas

Powerful HATEOAS functionality for .NET web api
MIT License
78 stars 25 forks source link

ActionContext.RouteData.Routers is empty in AspCore 2.2 #21

Closed hannan-gc closed 5 years ago

hannan-gc commented 5 years ago

ActionContext.RouteData.Routers is empty is aspcore 2.2.

Alternative is to use LinkGenerator to for UrlGeneration

I've added a PR to solve that.

Regards, Hannan

jamiecoh commented 5 years ago

Many thanks. It is now merged