Condividi tramite


ResponseCacheAttribute.GetCacheProfile(MvcOptions) Metodo

Definizione

Ottiene l'oggetto CacheProfile per questo attributo.

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

Parametri

options
MvcOptions

Restituisce

Si applica a