BrowserCapabilitiesFactory.Ie6plusProcessGateways 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HttpBrowserCapabilities 物件,此物件代表處理目前要求之 Microsoft Internet Explorer 6 版 (含) 以後版本閘道的功能。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
protected:
virtual void Ie6plusProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void Ie6plusProcessGateways (System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member Ie6plusProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.Ie6plusProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub Ie6plusProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)
參數
- headers
- NameValueCollection
目前要求中包含的標頭集合。
- browserCaps
- HttpBrowserCapabilities
要初始化的 HttpBrowserCapabilities 物件。