RequestFilter
Gets or sets a predicate that determines whether a specific request should be logged. The default
implementation filters out the following paths: /js
, /css
, /lib
, /scripts
,
/content
, /favicon
.
Declaration
public static Predicate<Uri> RequestFilter { get; set; }
Property Value
Type | Description |
---|---|
Predicate<Uri> |