共用方式為


HttpCachePolicyBase.SetVaryByCustom(String) 方法

定義

在衍生類別中覆寫時,指定用來區分快取輸出回應的文字字串。

public:
 virtual void SetVaryByCustom(System::String ^ custom);
public virtual void SetVaryByCustom (string custom);
abstract member SetVaryByCustom : string -> unit
override this.SetVaryByCustom : string -> unit
Public Overridable Sub SetVaryByCustom (custom As String)

參數

custom
String

可以區分快取輸出的文字字串。

例外狀況

適用於