OutputCacheProfileCollection.Set(OutputCacheProfile) Méthode

Définition

Définit l’objet spécifié 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)

Paramètres

user
OutputCacheProfile

Élément OutputCacheProfileCollection à définir.

Exceptions

Remarques

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

S’applique à

Voir aussi