[]
Creates a Microsoft.AspNetCore.Mvc.CreatedAtActionResult object that produces a Created (201) response.
public override CreatedAtActionResult CreatedAtAction(string actionName, string controllerName, object routeValues, object value)
Public Overrides Function CreatedAtAction(actionName As String, controllerName As String, routeValues As Object, value As Object) As CreatedAtActionResult
| Type | Name | Description |
|---|---|---|
| string | actionName | The name of the action to use for generating the URL. |
| string | controllerName | The name of the controller to use for generating the URL. |
| object | routeValues | The route data to use for generating the URL. |
| object | value | The content value to format in the entity body. |
| Type | Description |
|---|---|
| CreatedAtActionResult | The created Microsoft.AspNetCore.Mvc.CreatedAtActionResult for the response. |