編集

次の方法で共有


OutputCacheProfileCollection.Set(OutputCacheProfile) Method

Definition

Sets the specified OutputCacheProfile object.

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)

Parameters

Exceptions

Remarks

The Set method modifies an existing OutputCacheProfileCollection element.

Applies to

See also