DefaultHttpControllerTypeResolver Class

 

Provides an implementation of IHttpControllerTypeResolver with no external dependencies.

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

System::Object
  System.Web.Http.Dispatcher::DefaultHttpControllerTypeResolver

public ref class DefaultHttpControllerTypeResolver : IHttpControllerTypeResolver

NameDescription
System_CAPS_pubmethodDefaultHttpControllerTypeResolver()

Initializes a new instance of the DefaultHttpControllerTypeResolver class.

System_CAPS_pubmethodDefaultHttpControllerTypeResolver(Predicate<Type^>^)

Initializes a new DefaultHttpControllerTypeResolver instance using a predicate to filter controller types.

NameDescription
System_CAPS_protpropertyIsControllerTypePredicate

Gets a value whether the resolver type is a controller type predicate.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetControllerTypes(IAssembliesResolver^)

Returns a list of controllers available for the application.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: