Compartir a través de


ResponseCacheAttribute.GetCacheProfile(MvcOptions) Método

Definición

Obtiene para CacheProfile este atributo.

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

Parámetros

options
MvcOptions

Devoluciones

Se aplica a