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