1 write to Url
Microsoft.AspNetCore.Mvc.Core (1)
LocalRedirectResult.cs (1)
52Url = localUrl;
2 references to Url
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\LocalRedirectResultExecutor.cs (2)
44if (!urlHelper.IsLocalUrl(result.Url)) 49var destinationUrl = urlHelper.Content(result.Url);