ValueProviderDictionary.IValueProvider.GetValue(String) Méthode
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.
Retourne un objet de valeur à l'aide de la clé spécifiée.
System.Web.Mvc.ValueProviderResult IValueProvider.GetValue (string key);
abstract member System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
override this.System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
Function GetValue (key As String) As ValueProviderResult Implements IValueProvider.GetValue
Paramètres
- key
- String
Clé de l'objet de valeur à retourner.
Retours
Objet de valeur pour la clé spécifiée.