ResponseCacheAttribute.Location Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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