Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value whether the resolver type is a controller type predicate.
Namespace: System.Web.Http.Dispatcher
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Protected ReadOnly Property IsControllerTypePredicate As Predicate(Of Type)
Get
'Usage
Dim value As Predicate(Of Type)
value = Me.IsControllerTypePredicate
protected Predicate<Type> IsControllerTypePredicate { get; }
protected:
property Predicate<Type^>^ IsControllerTypePredicate {
Predicate<Type^>^ get ();
}
member IsControllerTypePredicate : Predicate<Type>
function get IsControllerTypePredicate () : Predicate<Type>
Property Value
Type: System.Predicate<Type>
true if the resolver type is a controller type predicate; otherwise, false.