'Declaration
Public Overloads Overridable Function Created( _ ByVal uri As String, _ ByVal value As Object _ ) As CreatedResult
public virtual CreatedResult Created( string uri, object value )
Parameters
- uri
- The URI at which the content has been created.
- value
- The content value to format in the entity body.
Return Value
The created Microsoft.AspNetCore.Mvc.CreatedResult for the response.