次の方法で共有


HttpLoggingInterceptorContext.IsAnyEnabled(HttpLoggingFields) メソッド

定義

指定されたフィールドのいずれかが で現在有効 LoggingFieldsになっているかどうかを確認します。

public bool IsAnyEnabled(Microsoft.AspNetCore.HttpLogging.HttpLoggingFields fields);
member this.IsAnyEnabled : Microsoft.AspNetCore.HttpLogging.HttpLoggingFields -> bool
Public Function IsAnyEnabled (fields As HttpLoggingFields) As Boolean

パラメーター

fields
HttpLoggingFields

チェックする 1 つ以上のフィールド フラグ。

戻り値

適用対象