ApiController Properties

Include Protected Members
Include Inherited Members

The ApiController type exposes the following members.

Properties

  Name Description
Public property Configuration Gets or sets the HttpConfiguration of the current ApiController.
Public property ControllerContext Gets the HttpControllerContext of the current ApiController.
Public property ModelState Gets the model state after the model binding process.
Public property Request Gets or sets the HttpRequestMessage of the current ApiController.
Public property Url Returns an instance of a UrlHelper, which is used to generate URLs to other APIs.
Public property User Returns the current principal associated with this request.

Top

See Also

Reference

ApiController Class

System.Web.Http Namespace