Freigeben über


ICollectionModelBinder.CanCreateInstance(Type) Methode

Definition

Ruft einen Hinweis ab, ob diese ICollectionModelBinder Implementierung eine Object zuzuweisende targetTypeerstellen kann.

public:
 bool CanCreateInstance(Type ^ targetType);
public bool CanCreateInstance (Type targetType);
abstract member CanCreateInstance : Type -> bool
Public Function CanCreateInstance (targetType As Type) As Boolean

Parameter

targetType
Type

Type des Modells.

Gibt zurück

true , wenn diese ICollectionModelBinder Implementierung ein Object zuweisbares targetTypeerstellen kann, false andernfalls.

Hinweise

Ein true Rückgabewert ist für eine erfolgreiche Modellbindung erforderlich, wenn das Modell anfänglich nullist.

Gilt für: