ModelMetadata.RequestValidationEnabled プロパティ

定義

要求の検証が有効かどうかを指定する値を取得または設定します。

public:
 virtual property bool RequestValidationEnabled { bool get(); void set(bool value); };
public virtual bool RequestValidationEnabled { get; set; }
member this.RequestValidationEnabled : bool with get, set
Public Overridable Property RequestValidationEnabled As Boolean

プロパティ値

要求の検証が有効な場合は true。それ以外の場合は false。 既定値は、true です。

適用対象