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-03-21 UTC."],[[["This page details the `AspNetCoreTraceOptions` class, which is used to configure tracing for ASP.NET Core applications."],["The latest version of this class is 5.2.0, and it has versions available from 4.3.1 to 5.2.0."],["`AspNetCoreTraceOptions` inherits from the base `Object` class and includes several members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `ServiceOptions` property allows for configuration of the tracing service through `TraceServiceOptions`."],["The `TraceFallbackPredicate` property defines a function to determine if a request should be traced when the trace header is absent, and does not override trace headers."]]],[]]