OutputCacheProfileCollection.Set(OutputCacheProfile) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定指定的 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 專案。
例外狀況
備註
Set 方法會修改現有的 OutputCacheProfileCollection 專案。