BrowserCapabilitiesFactory.Ie8ProcessGateways 方法
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化一个 HttpBrowserCapabilities 对象,该对象表示处理当前请求的 IE8 网关的功能。
此 API 支持产品基础结构,不能在代码中直接使用。
protected:
virtual void Ie8ProcessGateways(System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
C#
protected virtual void Ie8ProcessGateways (System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member Ie8ProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.Ie8ProcessGateways : System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub Ie8ProcessGateways (headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)
- headers
- NameValueCollection
包含在当前请求中的标头的集合。
- browserCaps
- HttpBrowserCapabilities
要初始化的 HttpBrowserCapabilities 对象。
产品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |