Partilhar via


OutputCacheProfileCollection.Set(OutputCacheProfile) Método

Definição

Define o 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

O elemento OutputCacheProfileCollection a ser definido.

Exceções

Comentários

O método Set modifica um elemento OutputCacheProfileCollection existente.

Aplica-se a

Confira também