ModelBinderAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ModelBinderAttribute() |
Initialisiert eine neue Instanz von ModelBinderAttribute. |
ModelBinderAttribute(Type) |
Initialisiert eine neue Instanz von ModelBinderAttribute. |
ModelBinderAttribute()
- Quelle:
- ModelBinderAttribute.cs
- Quelle:
- ModelBinderAttribute.cs
- Quelle:
- ModelBinderAttribute.cs
Initialisiert eine neue Instanz von ModelBinderAttribute.
public:
ModelBinderAttribute();
public ModelBinderAttribute ();
Public Sub New ()
Gilt für:
ModelBinderAttribute(Type)
- Quelle:
- ModelBinderAttribute.cs
- Quelle:
- ModelBinderAttribute.cs
- Quelle:
- ModelBinderAttribute.cs
Initialisiert eine neue Instanz von ModelBinderAttribute.
public:
ModelBinderAttribute(Type ^ binderType);
public ModelBinderAttribute (Type binderType);
new Microsoft.AspNetCore.Mvc.ModelBinderAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelBinderAttribute
Public Sub New (binderType As Type)
Parameter
- binderType
- Type
Eine Type , die implementiert IModelBinder.
Hinweise
Unterklasse dieses Attribut, und legen Sie fest BindingSource , ob Custom für das angegebene binderType
nicht richtig ist.