1 instantiation of CreatedAtRouteResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2133=> new CreatedAtRouteResult(routeName, routeValues, value);
11 references to CreatedAtRouteResult
Microsoft.AspNetCore.Mvc.Core (11)
ControllerBase.cs (9)
2105/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2109/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2111public virtual CreatedAtRouteResult CreatedAtRoute(string? routeName, [ActionResultObjectValue] object? value) 2115/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2119/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2121public virtual CreatedAtRouteResult CreatedAtRoute(object? routeValues, [ActionResultObjectValue] object? value) 2125/// Creates a <see cref="CreatedAtRouteResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2130/// <returns>The created <see cref="CreatedAtRouteResult"/> for the response.</returns> 2132public virtual CreatedAtRouteResult CreatedAtRoute(string? routeName, object? routeValues, [ActionResultObjectValue] object? value)
CreatedAtRouteResult.cs (2)
22/// Initializes a new instance of the <see cref="CreatedAtRouteResult"/> class with the values 33/// Initializes a new instance of the <see cref="CreatedAtRouteResult"/> class with the values