MvcOptions.CacheProfiles 屬性

定義

取得 CacheProfile 名稱的字典, CacheProfile 這是預先定義的回應快取設定。

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)

屬性值

適用於