ControlCachePolicy.VaryByControl 属性

定义

获取或设置要用来改变缓存输出的控件标识符列表。

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

属性值

分号分隔的字符串列表,用于改变用户控件的输出缓存。 这些字符串表示在用户控件中声明的 ASP.NET 服务器控件的 ID 属性值。

例外

用户控件与 BasePartialCachingControl 没有关联,因此不可缓存。

- 或 -

VaryByControl 属性是在控件的初始化和呈现阶段之外设置的。

适用于

另请参阅