ResponseCacheAttribute.GetCacheProfile(MvcOptions) メソッド

定義

この属性の を CacheProfile 取得します。

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

パラメーター

options
MvcOptions

戻り値

適用対象