HttpCacheVaryByParams.IgnoreParams 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出 HTTP 回應是否依 Get
或 Post
參數有所不同。
public:
property bool IgnoreParams { bool get(); void set(bool value); };
public bool IgnoreParams { get; set; }
member this.IgnoreParams : bool with get, set
Public Property IgnoreParams As Boolean
屬性值
如果 HTTP 要求參數會被忽略,則為 true
,否則為 false
。
備註
IgnoreParams將屬性true
設定為 相當於將資源的 @ OutputCache 指示VaryByParams
詞屬性設定為 “none”。