ResponseCacheAttribute.GetCacheProfile(MvcOptions) Method
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 the CacheProfile for this attribute.
public:
Microsoft::AspNetCore::Mvc::CacheProfile ^ GetCacheProfile(Microsoft::AspNetCore::Mvc::MvcOptions ^ options);
public Microsoft.AspNetCore.Mvc.CacheProfile GetCacheProfile (Microsoft.AspNetCore.Mvc.MvcOptions options);
member this.GetCacheProfile : Microsoft.AspNetCore.Mvc.MvcOptions -> Microsoft.AspNetCore.Mvc.CacheProfile
Public Function GetCacheProfile (options As MvcOptions) As CacheProfile
Parameters
- options
- MvcOptions