共用方式為


HttpLoggingInterceptorContext.TryDisable(HttpLoggingFields) 方法

定義

如果 目前已在 中 LoggingFields 啟用任何欄位,請停用指定的欄位。

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

參數

fields
HttpLoggingFields

如果有的話,要停用的一或多個欄位旗標。

傳回

true 如果先前已啟用任何欄位,則為 。

適用於