Partager via


DefaultViewLocationCache.GetViewLocation(HttpContextBase, String) Méthode

Définition

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.

S’applique à