Compartir a través de


ResponseCacheAttribute.Location Propiedad

Definición

Obtiene o establece la ubicación donde se deben almacenar en caché los datos de una dirección URL determinada.

public:
 property Microsoft::AspNetCore::Mvc::ResponseCacheLocation Location { Microsoft::AspNetCore::Mvc::ResponseCacheLocation get(); void set(Microsoft::AspNetCore::Mvc::ResponseCacheLocation value); };
public Microsoft.AspNetCore.Mvc.ResponseCacheLocation Location { get; set; }
member this.Location : Microsoft.AspNetCore.Mvc.ResponseCacheLocation with get, set
Public Property Location As ResponseCacheLocation

Valor de propiedad

Se aplica a