次の方法で共有


OutputCacheProfileCollection.Set(OutputCacheProfile) メソッド

定義

指定した OutputCacheProfile オブジェクトを設定します。

public:
 void Set(System::Web::Configuration::OutputCacheProfile ^ user);
public void Set (System.Web.Configuration.OutputCacheProfile user);
member this.Set : System.Web.Configuration.OutputCacheProfile -> unit
Public Sub Set (user As OutputCacheProfile)

パラメーター

user
OutputCacheProfile

設定する OutputCacheProfileCollection 要素。

例外

OutputCacheProfileCollection は読み取り専用です。

注釈

Set メソッドは、既存の OutputCacheProfileCollection 要素を変更します。

適用対象

こちらもご覧ください