Share via


OutputCacheProfile(String) 建構函式

定義

初始化 OutputCacheProfile 類別的新執行個體。

public:
 OutputCacheProfile(System::String ^ name);
public OutputCacheProfile (string name);
new System.Web.Configuration.OutputCacheProfile : string -> System.Web.Configuration.OutputCacheProfile
Public Sub New (name As String)

參數

name
String

要使用的名稱值。

適用於