Partager via


OutputCacheProfileCollection.Set(OutputCacheProfile) Méthode

Définition

Définit l’objet OutputCacheProfile spécifié.

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)

Paramètres

user
OutputCacheProfile

Élément OutputCacheProfileCollection à définir.

Exceptions

Remarques

La méthode Set modifie un élément OutputCacheProfileCollection existant.

S’applique à

Voir aussi