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 元素。

例外

注解

Set 方法修改现有 OutputCacheProfileCollection 元素。

适用于

另请参阅