Click or drag to resize
ControllerProxy Methods

The ControllerProxy type exposes the following members.

Methods
  NameDescription
Protected methodBadRequest
Creates an HttpStatusCodeResult that produces a BadRequest response.
Protected methodForbid
Creates an HttpStatusCodeResult that produces a Forbidden response.
Protected methodJson
Creates an ContentResult that produces a response with content type 'application/json'.
Protected methodNotFound
Creates an HttpStatusCodeResult that produces a NotFound response.
Protected methodStatusCode
Creates an HttpStatusCodeResult by specifying a statusCode.
Protected methodUnauthorized
Creates an HttpStatusCodeResult that produces a Unauthorized response.
Top
See Also