CacheProfile.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. If this property is set to a non null value, the "Cache-control" header is set in the Response.
public:
property Nullable<Microsoft::AspNetCore::Mvc::ResponseCacheLocation> Location { Nullable<Microsoft::AspNetCore::Mvc::ResponseCacheLocation> get(); void set(Nullable<Microsoft::AspNetCore::Mvc::ResponseCacheLocation> value); };
public Microsoft.AspNetCore.Mvc.ResponseCacheLocation? Location { get; set; }
member this.Location : Nullable<Microsoft.AspNetCore.Mvc.ResponseCacheLocation> with get, set
Public Property Location As Nullable(Of ResponseCacheLocation)