OutputCacheParameters.Location Propiedad

Definición

Obtiene o establece un valor que determina la ubicación de la entrada de la caché.

public:
 property System::Web::UI::OutputCacheLocation Location { System::Web::UI::OutputCacheLocation get(); void set(System::Web::UI::OutputCacheLocation value); };
public System.Web.UI.OutputCacheLocation Location { get; set; }
member this.Location : System.Web.UI.OutputCacheLocation with get, set
Public Property Location As OutputCacheLocation

Valor de propiedad

Uno de los valores de OutputCacheLocation.

Se aplica a

Consulte también