DefaultViewLocationCache.InsertViewLocation Method

Visual Studio 2010

Inserts the view in the specified virtual path by using the specified HTTP context, cache key, and virtual path.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

No code example is currently available or this language may not be supported.

Parameters

httpContext
Type: System.Web.HttpContextBase
The HTTP context.
key
Type: System.String
The cache key.
virtualPath
Type: System.String
The virtual path

Implements

IViewLocationCache.InsertViewLocation(HttpContextBase, String, String)

ExceptionCondition
ArgumentNullException

The httpContext parameter is a null reference (Nothing in Visual Basic).

Community Additions

ADD
Show: