1 instantiation of CreatedAtActionResult
Microsoft.AspNetCore.Mvc.Core (1)
ControllerBase.cs (1)
2106=> new CreatedAtActionResult(actionName, controllerName, routeValues, value);
10 references to CreatedAtActionResult
Microsoft.AspNetCore.Mvc.Core (10)
ControllerBase.cs (9)
2072/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2076/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2078public virtual CreatedAtActionResult CreatedAtAction(string? actionName, [ActionResultObjectValue] object? value) 2082/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2087/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2089public virtual CreatedAtActionResult CreatedAtAction(string? actionName, object? routeValues, [ActionResultObjectValue] object? value) 2093/// Creates a <see cref="CreatedAtActionResult"/> object that produces a <see cref="StatusCodes.Status201Created"/> response. 2099/// <returns>The created <see cref="CreatedAtActionResult"/> for the response.</returns> 2101public virtual CreatedAtActionResult CreatedAtAction(
CreatedAtActionResult.cs (1)
22/// Initializes a new instance of the <see cref="CreatedAtActionResult"/> with the values