public TraceDecisionPredicate TraceFallbackPredicate { get; set; }
A function to trace requests. If the trace header is not set then this function
will be called to determine if a given request should be traced. This will
not override trace headers. Can be null.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This page provides documentation for the `AspNetCoreTraceOptions` class, which is used for configuring tracing in ASP.NET Core applications."],["The `AspNetCoreTraceOptions` class inherits from the base `Object` class and provides properties for setting tracing service options and a fallback predicate."],["The `ServiceOptions` property of type `TraceServiceOptions` allows configuration of the tracing service."],["The `TraceFallbackPredicate` property allows specifying a function, `TraceDecisionPredicate`, to determine if a request should be traced when a trace header is not provided."],["The information provided is in version 4.3.1 of the documentation, with a link to version 4.4.0 which is the latest."]]],[]]