Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Inserts the specified view location into the cache by using the specified HTTP context and the cache key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Sub InsertViewLocation ( _
httpContext As HttpContextBase, _
key As String, _
virtualPath As String _
)
void InsertViewLocation(
HttpContextBase httpContext,
string key,
string virtualPath
)
void InsertViewLocation(
HttpContextBase^ httpContext,
String^ key,
String^ virtualPath
)
Parameters
- httpContext
Type: System.Web.HttpContextBase
The HTTP context.
- key
Type: System.String
The cache key.
- virtualPath
Type: System.String
The virtual path.