ModelBinderFactoryContext.CacheToken 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 le jeton de cache. Si non-null
le résultat IModelBinder est mis en cache.
public:
property System::Object ^ CacheToken { System::Object ^ get(); void set(System::Object ^ value); };
public object CacheToken { get; set; }
public object? CacheToken { get; set; }
member this.CacheToken : obj with get, set
Public Property CacheToken As Object