次の方法で共有


MaxLengthAttributeAdapter コンストラクター

定義

MaxLengthAttributeAdapter クラスの新しいインスタンスを初期化します。

public:
 MaxLengthAttributeAdapter(System::Web::ModelBinding::ModelMetadata ^ metadata, System::Web::ModelBinding::ModelBindingExecutionContext ^ context, System::ComponentModel::DataAnnotations::MaxLengthAttribute ^ attribute);
public MaxLengthAttributeAdapter (System.Web.ModelBinding.ModelMetadata metadata, System.Web.ModelBinding.ModelBindingExecutionContext context, System.ComponentModel.DataAnnotations.MaxLengthAttribute attribute);
new System.Web.ModelBinding.MaxLengthAttributeAdapter : System.Web.ModelBinding.ModelMetadata * System.Web.ModelBinding.ModelBindingExecutionContext * System.ComponentModel.DataAnnotations.MaxLengthAttribute -> System.Web.ModelBinding.MaxLengthAttributeAdapter
Public Sub New (metadata As ModelMetadata, context As ModelBindingExecutionContext, attribute As MaxLengthAttribute)

パラメーター

metadata
ModelMetadata

モデルのメタデータ コンテナーを指定します。

context
ModelBindingExecutionContext

モデル バインド システムの外部にあるすべての情報のコンテナーを指定します。

attribute
MaxLengthAttribute

プロパティで許容される配列または文字列データの最大長を指定します。

適用対象