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)

属性值

适用于