System.Web.Http.Results Namespace

 

Classes

Class Description
System_CAPS_pubclass BadRequestErrorMessageResult

Represents an action result that returns BadRequest response and performs content negotiation on an see HttpError with Message.

System_CAPS_pubclass BadRequestResult

Represents an action result that returns an empty BadRequest response.

System_CAPS_pubclass ConflictResult

Represents an action result that returns an empty HttpStatusCode.Conflict response.

System_CAPS_pubclass CreatedAtRouteNegotiatedContentResult<T>

Represents an action result that performs route generation and content negotiation and returns a Created response when content negotiation succeeds.

System_CAPS_pubclass CreatedNegotiatedContentResult<T>

Represents an action result that performs content negotiation and returns a Created response when it succeeds.

System_CAPS_pubclass ExceptionResult

Represents an action result that returns a InternalServerError response and performs content negotiation on an HttpError  based on an Exception.

System_CAPS_pubclass FormattedContentResult<T>

Represents an action result that returns formatted content.

System_CAPS_pubclass InternalServerErrorResult

Represents an action result that returns an empty InternalServerError response.

System_CAPS_pubclass InvalidModelStateResult

Represents an action result that returns a BadRequest response and performs content negotiation on an HttpError based on a ModelStateDictionary.

System_CAPS_pubclass JsonResult<T>

Represents an action result that returns an OK response with JSON data.

System_CAPS_pubclass NegotiatedContentResult<T>

Represents an action result that performs content negotiation.

System_CAPS_pubclass NotFoundResult

Represents an action result that returns an empty NotFound response.

System_CAPS_pubclass OkNegotiatedContentResult<T>

Represents an action result that performs content negotiation and returns an HttpStatusCode.OK response when it succeeds.

System_CAPS_pubclass OkResult

Represents an action result that returns an empty HttpStatusCode.OK response.

System_CAPS_pubclass RedirectResult

Represents an action result for a <see cref="F:System.Net.HttpStatusCode.Redirect"/>.

System_CAPS_pubclass RedirectToRouteResult

Represents an action result that performs route generation and returns a <see cref="F:System.Net.HttpStatusCode.Redirect"/> response.

System_CAPS_pubclass ResponseMessageResult

Represents an action result that returns a specified response message.

System_CAPS_pubclass StatusCodeResult

Represents an action result that returns a specified HTTP status code.

System_CAPS_pubclass UnauthorizedResult

Represents an action result that returns an Unauthorized response.

Return to top