OutputCacheParameters.Location Eigenschaft

Definition

Dient zum Abrufen oder Festlegen eines Werts, der den Speicherort des Cacheeintrags bestimmt.

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

Eigenschaftswert

Einer der OutputCacheLocation Werte.

Gilt für:

Weitere Informationen