DependencyResolverExtensions::GetHttpControllerActivator Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Used to instantiate an IHttpController.

Namespace:  System.Web.Http
Assembly:  System.Web.Http (in System.Web.Http.dll)

[ExtensionAttribute]
public:
static IHttpControllerActivator^ GetHttpControllerActivator(
	DependencyResolver^ resolver
)

Parameters

resolver
Type: System.Web.Http.Services::DependencyResolver
The resolver.

Return Value

Type: System.Web.Http.Dispatcher::IHttpControllerActivator
An IHttpControllerActivator instance or nullptr if none are registered.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DependencyResolver. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Show: