dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.64k stars 25.28k forks source link

GetLocalUrl #27899

Open seikosantana opened 1 year ago

seikosantana commented 1 year ago

I've been following the article until the part Url.GetLocalUrl which does not seem to exist. Do i miss something?


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

guardrex commented 1 year ago

Hello @seikosantana ... It's in the sample app at ...

https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/authentication/cookie/samples/6.x/CookieSample/Extensions/UrlHelperExtensions.cs

... so you'd use that in your app.

Leave this open, as @Rick-Anderson might do something in the text to call that out ... or it might already be in the topic somewhere. I'm not sure. This is one that he takes care of.