Class ModulesViewLocationCache
Inheritance
System.Object
ModulesViewLocationCache
Implements
System.Web.Mvc.IViewLocationCache
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Shell.Web.Mvc
Assembly: EPiServer.Shell.dll
Version: 11.20.7Syntax
public class ModulesViewLocationCache : IViewLocationCache
Constructors
ModulesViewLocationCache(String)
Declaration
public ModulesViewLocationCache(string moduleName)
Parameters
Type | Name | Description |
---|---|---|
System.String | moduleName |
Methods
GetViewLocation(HttpContextBase, String)
Declaration
public string GetViewLocation(HttpContextBase httpContext, string key)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | |
System.String | key |
Returns
Type | Description |
---|---|
System.String |
InsertViewLocation(HttpContextBase, String, String)
Declaration
public void InsertViewLocation(HttpContextBase httpContext, string key, string virtualPath)
Parameters
Type | Name | Description |
---|---|---|
System.Web.HttpContextBase | httpContext | |
System.String | key | |
System.String | virtualPath |
Implements
System.Web.Mvc.IViewLocationCache