If
A C# predicate mapping a parameter t
to a bool
that determines whether the current policy matches the
transaction t
. The type of t
is OpenTransactionExpressionModel<T>,
which is a generic type. The generic type argument, and the type of the Request
property, depends on the type of transaction, i.e. on the Type attribute. When
the transaction type is AspNetCoreRequest
, the expression model type
is AspNetCoreRequestExpressionModel
. In case of custom transactions, the type is the value
of the expression model specified in the LogEventMetadata. This expression
can call Matches(string, string) to evaluate a regular
expression.
Declaration
public string If { get; }
Property Value
Type | Description |
---|---|
string |