Partager via


IMobileWebFormServices.SetCache(String, Object, Object) Méthode

Définition

Stocke un objet dans le cache de l'hôte du concepteur au moment du design. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.

public:
 void SetCache(System::String ^ controlID, System::Object ^ key, System::Object ^ value);
public void SetCache (string controlID, object key, object value);
abstract member SetCache : string * obj * obj -> unit
Public Sub SetCache (controlID As String, key As Object, value As Object)

Paramètres

controlID
String

ID du contrôle conteneur.

key
Object

Clé pour l'élément de cache.

value
Object

Élément à stocker dans le cache.

S’applique à

Voir aussi