OutputCacheParameters.VaryByParam 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得以分號分隔的查詢字串或表單張貼參數清單,輸出快取會使用此清單變更快取項目。
public:
property System::String ^ VaryByParam { System::String ^ get(); void set(System::String ^ value); };
public string VaryByParam { get; set; }
member this.VaryByParam : string with get, set
Public Property VaryByParam As String
屬性值
查詢字串的清單或表單 POST 參數。
備註
當此屬性設定為多個參數時,輸出快取會針對每個指定的參數包含不同版本的要求檔。 可能的值包括 "none"、"*",以及任何有效的查詢字串,或 POST 參數名稱。