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

快取設定檔名稱。

適用於