Freigeben über


OutputCacheProfileCollection.Set(OutputCacheProfile) Methode

Definition

Legt das angegebene OutputCacheProfile -Objekt fest.

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)

Parameter

user
OutputCacheProfile

Das festzulegende OutputCacheProfileCollection-Element.

Ausnahmen

Hinweise

Die Set-Methode ändert ein vorhandenes OutputCacheProfileCollection-Element.

Gilt für:

Weitere Informationen