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

属性值

String

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

注解

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

适用于

另请参阅