Click or drag to resize

WebPageController Properties

The WebPageController type exposes the following members.

Properties
  Name Description
Public property ActionContext Gets the action context.
(Inherited from ApiController)
Public property Configuration Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Public property ControllerContext Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Public property Model Gets or sets the RazorView model instance for this WebPageController, if any.
Public property ModelState Gets the model state after the model binding process.
(Inherited from ApiController)
Public property ModelType Gets or sets the RazorView model Type for this WebPageController, if any.
Public property Request Gets or sets the HttpRequestMessage of the current ApiController.
(Inherited from ApiController)
Public property RequestContext Gets the request context.
(Inherited from ApiController)
Public property Url Gets an instance of a UrlHelper, which is used to generate URLs to other APIs.
(Inherited from ApiController)
Public property User Returns the current principal associated with this request.
(Inherited from ApiController)
Public property WebServer Gets the WebServer instance used by this WebPageController.
Top
See Also