Click or drag to resize

ModelControllerT, U Properties

The ModelControllerT, U type exposes the following members.

Properties
  Name Description
Public property ActionContext Gets the action context.
(Inherited from ApiController)
Protected property AllowSearch  
Protected property Claims  
Public property Configuration Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property Connection  
Public property ControllerContext Gets the HttpConfiguration of the current ApiController.
(Inherited from ApiController)
Protected property CustomView  
Protected property DefaultSort  
Protected property DeleteRoles  
Protected property GetRoles  
Public property ModelState Gets the model state after the model binding process.
(Inherited from ApiController)
Protected property ParentKey  
Protected property PatchRoles  
Protected property PostRoles  
Protected property PrimaryKeyField  
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)
Protected property RootQueryRestriction  
Protected property SearchSettings  
Protected property SQLSearchModifier  
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)
Protected property ViewOnly  
Top
See Also