DefaultHttpControllerTypeResolver.IsControllerTypePredicate Property
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.