Sdílet prostřednictvím


OutputCacheProfileCollection.Set(OutputCacheProfile) Metoda

Definice

Nastaví zadaný objekt 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)

Parametry

user
OutputCacheProfile

Element OutputCacheProfileCollection, který se má nastavit.

Výjimky

Poznámky

Metoda Set upraví existující prvek OutputCacheProfileCollection.

Platí pro

Viz také