Condividi tramite


OutputCacheProfileCollection.Set(OutputCacheProfile) Metodo

Definizione

Imposta l'oggetto OutputCacheProfile specificato.

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 metodo Set modifica un elemento OutputCacheProfileCollection esistente.

Si applica a

Vedi anche