2 instantiations of AcceptedAtRoute
Microsoft.AspNetCore.Http.Results (2)
TypedResults.cs (2)
1036
=>
new
(routeName, routeValues);
1045
=>
new
(routeName, routeValues);
10 references to AcceptedAtRoute
Microsoft.AspNetCore.Http.Results (10)
AcceptedAtRoute.cs (3)
23
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
34
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
46
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
AcceptedAtRouteOfT.cs (3)
24
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
36
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
49
/// Initializes a new instance of the <see cref="
AcceptedAtRoute
"/> class with the values
TypedResults.cs (4)
1031
/// <returns>The created <see cref="HttpResults.
AcceptedAtRoute
"/> for the response.</returns>
1034
public static
AcceptedAtRoute
AcceptedAtRoute(string? routeName = null, object? routeValues = null)
1043
/// <returns>The created <see cref="HttpResults.
AcceptedAtRoute
"/> for the response.</returns>
1044
public static
AcceptedAtRoute
AcceptedAtRoute(string? routeName, RouteValueDictionary? routeValues)