HttpLoggingInterceptorContext.Parameters 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 a list of parameters that will be logged as part of the request or response. Values specified in LoggingFields will be added automatically after all interceptors run. All values are cleared after logging the request. All other relevant settings will carry over to the response.
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))
Property Value
Remarks
If CombineLogs is enabled, the parameters will be logged as part of the combined log.