次の方法で共有


RouteHandlerOptions.ThrowOnBadRequest プロパティ

定義

無効な要求を処理するときにログを書き込Debugむだけでなく、エンドポイントで をBadHttpRequestExceptionスローするかどうかを制御します。

public bool ThrowOnBadRequest { get; set; }
member this.ThrowOnBadRequest : bool with get, set
Public Property ThrowOnBadRequest As Boolean

プロパティ値

注釈

既定値は IsDevelopment(IHostEnvironment) です。

適用対象