HttpLoggingInterceptorContext.Parameters 属性

定义

获取将作为请求或响应的一部分记录的参数列表。 在所有 LoggingFields 侦听器运行后,中指定的值将自动添加。 记录请求后,将清除所有值。 所有其他相关设置将延续到响应。

public System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string,object?>> Parameters { get; }
member this.Parameters : System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<string, obj>>
Public ReadOnly Property Parameters As IList(Of KeyValuePair(Of String, Object))

属性值

注解

如果 CombineLogs 启用 ,参数将记录为组合日志的一部分。

适用于