Microsoft.AspNet.OData.Results Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
BadRequestODataResult | |
CreatedODataResult<T> |
Represents an action result that is a response to a create operation that adds an entity to an entity set. |
NotFoundODataResult | |
ODataErrorResult | |
UnauthorizedODataResult | |
UpdatedODataResult<T> |
Represents an action result that is a response to a PUT, PATCH, or a MERGE operation on an OData entity. |
Interfaces
IODataErrorResult |