DefaultViewLocationCache.GetViewLocation(HttpContextBase, 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.
Récupère l'emplacement d'affichage par défaut à l'aide du contexte HTTP et de la clé de cache spécifiés.
public string GetViewLocation (System.Web.HttpContextBase httpContext, string key);
abstract member GetViewLocation : System.Web.HttpContextBase * string -> string
override this.GetViewLocation : System.Web.HttpContextBase * string -> string
Public Function GetViewLocation (httpContext As HttpContextBase, key As String) As String
Paramètres
- httpContext
- HttpContextBase
Contexte HTTP.
- key
- String
Clé de cache.
Retours
Emplacement d'affichage par défaut.
Implémente
Exceptions
Le paramètre httpContext
est null.