Compartir a través de


OutputCacheProfileCollection.Set(OutputCacheProfile) Método

Definición

Establece el objeto OutputCacheProfile especificado.

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)

Parámetros

user
OutputCacheProfile

Elemento OutputCacheProfileCollection que se va a establecer.

Excepciones

Comentarios

El método Set modifica un elemento OutputCacheProfileCollection existente.

Se aplica a

Consulte también