Share via


LoggingRedactionOptions.IncludeUnmatchedRoutes Property

Definition

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.

Applies to