次の方法で共有


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

使用する名前値。

適用対象