HttpLoggingInterceptorContext.TryDisable(HttpLoggingFields) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果 目前已在 中 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
如果先前已啟用任何欄位,則為 。