ControlCachePolicy.VaryByControl 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要用来改变缓存输出的控件标识符列表。
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 属性值。