VirtualPathProvider.GetCacheKey(String) 方法

定义

返回一个用于指定虚拟路径的缓存键。

public:
 virtual System::String ^ GetCacheKey(System::String ^ virtualPath);
public virtual string GetCacheKey (string virtualPath);
abstract member GetCacheKey : string -> string
override this.GetCacheKey : string -> string
Public Overridable Function GetCacheKey (virtualPath As String) As String

参数

virtualPath
String

虚拟资源的路径。

返回

String

所指定虚拟资源的缓存键。

注解

使用此方法 GetCacheKey 为虚拟资源提供自定义缓存密钥。 如果不重写 GetCacheKey 该方法,则虚拟路径用于缓存密钥。

继承者说明

如果基于虚拟路径创建缓存密钥不适用于应用程序,则仅重写默认 GetCacheKey(String) 方法。

适用于