ControlCachePolicy.SetVaryByCustom(String) 方法

定义

设置要由输出缓存用来改变用户控件的自定义字符串列表。

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 文件中的方法。

适用于

另请参阅