MapWhenOptions.Predicate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The user callback that determines if the branch should be taken.
public:
property Func<Microsoft::AspNetCore::Http::HttpContext ^, bool> ^ Predicate { Func<Microsoft::AspNetCore::Http::HttpContext ^, bool> ^ get(); void set(Func<Microsoft::AspNetCore::Http::HttpContext ^, bool> ^ value); };
public Func<Microsoft.AspNetCore.Http.HttpContext,bool> Predicate { get; set; }
public Func<Microsoft.AspNetCore.Http.HttpContext,bool>? Predicate { get; set; }
member this.Predicate : Func<Microsoft.AspNetCore.Http.HttpContext, bool> with get, set
Public Property Predicate As Func(Of HttpContext, Boolean)