BindingMetadata.BindingSource Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit BindingSource. Consultez BindingSource.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ BindingSource { Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ get(); void set(Microsoft::AspNetCore::Mvc::ModelBinding::BindingSource ^ value); };
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource BindingSource { get; set; }
public Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource? BindingSource { get; set; }
member this.BindingSource : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSource with get, set
Public Property BindingSource As BindingSource