1 write to Url
Microsoft.AspNetCore.Mvc.Core (1)
RedirectResult.cs (1)
55Url = url;
2 references to Url
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\RedirectResultExecutor.cs (2)
41var destinationUrl = result.Url; 44destinationUrl = urlHelper.Content(result.Url);