Aracılığıyla paylaş


ModelBinderAttribute Oluşturucular

Tanım

Aşırı Yüklemeler

ModelBinderAttribute()

yeni bir örneğini ModelBinderAttributebaşlatır.

ModelBinderAttribute(Type)

yeni bir örneğini ModelBinderAttributebaşlatır.

ModelBinderAttribute()

Kaynak:
ModelBinderAttribute.cs
Kaynak:
ModelBinderAttribute.cs
Kaynak:
ModelBinderAttribute.cs

yeni bir örneğini ModelBinderAttributebaşlatır.

public:
 ModelBinderAttribute();
public ModelBinderAttribute ();
Public Sub New ()

Şunlara uygulanır

ModelBinderAttribute(Type)

Kaynak:
ModelBinderAttribute.cs
Kaynak:
ModelBinderAttribute.cs
Kaynak:
ModelBinderAttribute.cs

yeni bir örneğini ModelBinderAttributebaşlatır.

public:
 ModelBinderAttribute(Type ^ binderType);
public ModelBinderAttribute (Type binderType);
new Microsoft.AspNetCore.Mvc.ModelBinderAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)

Parametreler

binderType
Type

uygulayan TypeIModelBinderbir.

Açıklamalar

Bu özniteliği alt sınıflayın ve belirtilen binderTypeiçin doğru değilse Custom ayarlayınBindingSource.

Şunlara uygulanır