次の方法で共有


ExcludeBindingMetadataProvider(Type) コンストラクター

定義

指定typeした の新しい ExcludeBindingMetadataProvider を作成します。

public:
 ExcludeBindingMetadataProvider(Type ^ type);
public ExcludeBindingMetadataProvider (Type type);
new Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ExcludeBindingMetadataProvider : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.Metadata.ExcludeBindingMetadataProvider
Public Sub New (type As Type)

パラメーター

type
Type

Type。 これを Type 持つすべてのプロパティは IsBindingAllowed 、 に false設定されます。

適用対象