Share via


MapWhenOptions.Predicate Property

 

The user callback that determines if the branch should be taken.

Namespace:   Microsoft.Owin.Mapping
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public Func<IOwinContext, bool> Predicate { get; set; }
public:
property Func<IOwinContext^, bool>^ Predicate {
    Func<IOwinContext^, bool>^ get();
    void set(Func<IOwinContext^, bool>^ value);
}
member Predicate : Func<IOwinContext, bool> with get, set
Public Property Predicate As Func(Of IOwinContext, Boolean)

Property Value

Type: System.Func<IOwinContext, Boolean>

Returns Func<T, TResult>.

See Also

MapWhenOptions Class
Microsoft.Owin.Mapping Namespace

Return to top