HttpLoggingInterceptorContext.IsAnyEnabled(HttpLoggingFields) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查 中 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
要檢查的一或多個欄位旗標。