2 instantiations of RedirectToRouteHttpResult
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
612
=>
new
(
637
=>
new
(
10 references to RedirectToRouteHttpResult
Microsoft.AspNetCore.Http.Results (10)
RedirectToRouteHttpResult.cs (6)
20
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
31
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
45
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
62
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
81
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
107
/// Initializes a new instance of the <see cref="
RedirectToRouteHttpResult
"/> with the values
TypedResults.cs (4)
609
/// <returns>The created <see cref="
RedirectToRouteHttpResult
"/> for the response.</returns>
611
public static
RedirectToRouteHttpResult
RedirectToRoute(string? routeName = null, object? routeValues = null, bool permanent = false, bool preserveMethod = false, string? fragment = null)
633
/// <returns>The created <see cref="
RedirectToRouteHttpResult
"/> for the response.</returns>
635
public static
RedirectToRouteHttpResult
RedirectToRoute(string? routeName, RouteValueDictionary? routeValues, bool permanent = false, bool preserveMethod = false, string? fragment = null)