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.
Provides an implementation of IHttpControllerTypeResolver with no external dependencies.
Inheritance Hierarchy
System.Object
System.Web.Http.Dispatcher.DefaultHttpControllerTypeResolver
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class DefaultHttpControllerTypeResolver _
Implements IHttpControllerTypeResolver
'Usage
Dim instance As DefaultHttpControllerTypeResolver
public class DefaultHttpControllerTypeResolver : IHttpControllerTypeResolver
public ref class DefaultHttpControllerTypeResolver : IHttpControllerTypeResolver
type DefaultHttpControllerTypeResolver =
class
interface IHttpControllerTypeResolver
end
public class DefaultHttpControllerTypeResolver implements IHttpControllerTypeResolver
The DefaultHttpControllerTypeResolver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DefaultHttpControllerTypeResolver() | Initializes a new instance of the DefaultHttpControllerTypeResolver class. |
![]() |
DefaultHttpControllerTypeResolver(Predicate<Type>) | Initializes a new DefaultHttpControllerTypeResolver instance using a predicate to filter controller types. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsControllerTypePredicate | Gets a value whether the resolver type is a controller type predicate. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetControllerTypes | Returns a list of controllers available for the application. |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.