IViewLocationCache.InsertViewLocation(HttpContextBase, String, 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.
Insère l'emplacement d'affichage spécifié dans le cache à l'aide du contexte HTTP et de la clé de cache spécifiés.
public void InsertViewLocation (System.Web.HttpContextBase httpContext, string key, string virtualPath);
abstract member InsertViewLocation : System.Web.HttpContextBase * string * string -> unit
Public Sub InsertViewLocation (httpContext As HttpContextBase, key As String, virtualPath As String)
Paramètres
- httpContext
- HttpContextBase
Contexte HTTP.
- key
- String
Clé de cache.
- virtualPath
- String
Chemin d'accès virtuel.