[]
Creates a Microsoft.AspNetCore.Mvc.CreatedResult object that produces a Created (201) response.
public override CreatedResult Created(string uri, object value)
| Type | Name | Description |
|---|---|---|
| string | uri | The URI at which the content has been created. |
| object | value | The content value to format in the entity body. |
| Type | Description |
|---|---|
| CreatedResult | The created Microsoft.AspNetCore.Mvc.CreatedResult for the response. |
Creates a Microsoft.AspNetCore.Mvc.CreatedResult object that produces a Created (201) response.
public override CreatedResult Created(Uri uri, object value)
| Type | Name | Description |
|---|---|---|
| Uri | uri | The URI at which the content has been created. |
| object | value | The content value to format in the entity body. |
| Type | Description |
|---|---|
| CreatedResult | The created Microsoft.AspNetCore.Mvc.CreatedResult for the response. |