ResponseCacheAttribute.Location Property

Definition

Gets or sets the location where the data from a particular URL must be cached.

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

Property Value

Applies to