MvcOptions.CacheProfiles 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 a Dictionary of CacheProfile Names, CacheProfile which are pre-defined settings for response caching.
public:
property System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Mvc::CacheProfile ^> ^ CacheProfiles { System::Collections::Generic::IDictionary<System::String ^, Microsoft::AspNetCore::Mvc::CacheProfile ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,Microsoft.AspNetCore.Mvc.CacheProfile> CacheProfiles { get; }
member this.CacheProfiles : System.Collections.Generic.IDictionary<string, Microsoft.AspNetCore.Mvc.CacheProfile>
Public ReadOnly Property CacheProfiles As IDictionary(Of String, CacheProfile)