Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are required for an IHttpControllerActivator.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Interface IHttpControllerActivator
'Usage
Dim instance As IHttpControllerActivator
public interface IHttpControllerActivator
public interface class IHttpControllerActivator
type IHttpControllerActivator = interface end
public interface IHttpControllerActivator
The IHttpControllerActivator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates an IHttpController object. |
Top