Partager via


IViewLocationCache.GetViewLocation(HttpContextBase, String) Méthode

Définition

Obtient l'emplacement d'affichage à 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
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.

S’applique à