ModelValidator.ActionContext Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets {insert text here}.
Namespace: System.Web.Http.Validation
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected Friend Property ActionContext As HttpActionContext
protected internal HttpActionContext ActionContext { get; private set; }
protected public:
property HttpActionContext^ ActionContext {
HttpActionContext^ get ();
private: void set (HttpActionContext^ value);
}
member ActionContext : HttpActionContext with get, private set
function get ActionContext () : HttpActionContext
private function set ActionContext (value : HttpActionContext)
Property Value
Type: System.Web.Http.Controllers.HttpActionContext