OutputCacheParameters.CacheProfile 属性

定义

获取或设置与 OutputCacheProfile 输出缓存项的设置关联的名称。

public:
 property System::String ^ CacheProfile { System::String ^ get(); void set(System::String ^ value); };
public string CacheProfile { get; set; }
member this.CacheProfile : string with get, set
Public Property CacheProfile As String

属性值

OutputCacheProfile 输出缓存项的设置关联的名称。

注解

配置文件标识配置中的 <outputCacheSettings> 一组缓存设置,该设置用作输出缓存条目的基本设置。

适用于

另请参阅