AspNetCacheProfileAttribute(String) 构造函数

定义

使用指定的缓存配置文件名称初始化 AspNetCacheProfileAttribute 类的新实例。

public:
 AspNetCacheProfileAttribute(System::String ^ cacheProfileName);
public AspNetCacheProfileAttribute (string cacheProfileName);
new System.ServiceModel.Web.AspNetCacheProfileAttribute : string -> System.ServiceModel.Web.AspNetCacheProfileAttribute
Public Sub New (cacheProfileName As String)

参数

cacheProfileName
String

缓存配置文件名称。

适用于