Did you try the asp-route-* attribute:
<a asp-action="Register"
asp-controller="Account"
asp-route-provider="1">
Register
</a>
Did you try the asp-route-* attribute:
<a asp-action="Register"
asp-controller="Account"
asp-route-provider="1">
Register
</a>