OutputCacheProfileCollection.Set(OutputCacheProfile) Metodo

Definizione

Imposta l'oggetto specificato 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)

Parametri

user
OutputCacheProfile

Elemento OutputCacheProfileCollection da impostare.

Eccezioni

Commenti

Il Set metodo modifica un elemento esistente OutputCacheProfileCollection .

Si applica a

Vedi anche