다음을 통해 공유


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 매개 변수가 결합된 로그의 일부로 기록됩니다.

적용 대상