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