HttpControllerConfigurationAttribute.HttpControllerActivator 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.Controllers
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Property HttpControllerActivator As Type
public Type HttpControllerActivator { get; set; }
public:
property Type^ HttpControllerActivator {
Type^ get ();
void set (Type^ value);
}
member HttpControllerActivator : Type with get, set
function get HttpControllerActivator () : Type
function set HttpControllerActivator (value : Type)
Property Value
Type: System.Type