LoggingRedactionOptions.IncludeUnmatchedRoutes 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.
Gets or sets a value indicating whether to report unmatched routes.
public bool IncludeUnmatchedRoutes { get; set; }
member this.IncludeUnmatchedRoutes : bool with get, set
Public Property IncludeUnmatchedRoutes As Boolean
Property Value
Defaults to false
.
Remarks
If set to true, instead of logging unknown value for path attribute it will log whole path of routes not identified by ASP.NET Routing.