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