ControlCachePolicy.SetVaryByCustom(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置要由输出缓存用来改变用户控件的自定义字符串列表。
public:
void SetVaryByCustom(System::String ^ varyByCustom);
public void SetVaryByCustom (string varyByCustom);
member this.SetVaryByCustom : string -> unit
Public Sub SetVaryByCustom (varyByCustom As String)
参数
- varyByCustom
- String
自定义字符串列表。
例外
用户控件与 BasePartialCachingControl 没有关联,因此不可缓存。
注解
如果将“browser”作为 varyByCustom
参数传递,则用户控件将因浏览器类型和主要版本号而异。 如果输入了另一个自定义字符串,则必须重写 GetVaryByCustomString 应用程序的 Global.asax 文件中的方法。