[]
Creates a System.Web.Http.Results.CreatedNegotiatedContentResult`1 (201 Created) with the specified values.
protected override CreatedNegotiatedContentResult<T> Created<T>(Uri location, T content)
Type | Name | Description |
---|---|---|
Uri | location | The location at which the content has been created. |
T | content | The content value to negotiate and format in the entity body. |
Type | Description |
---|---|
CreatedNegotiatedContentResult<T> | A System.Web.Http.Results.CreatedNegotiatedContentResult`1 with the specified values. |
Name | Description |
---|---|
T | The type of content in the entity body. |