BrowserCapabilitiesFactory.PopulateBrowserElements(IDictionary) 方法

定义

由配置系统在内部使用,以生成 HttpBrowserCapabilities 的请求特定的实例,这些实例可通过 ASP.NET 内部的 Request.Browser 属性进行公共访问。

此 API 支持产品基础结构,不能在代码中直接使用。

protected:
 override void PopulateBrowserElements(System::Collections::IDictionary ^ dictionary);
protected override void PopulateBrowserElements (System.Collections.IDictionary dictionary);
override this.PopulateBrowserElements : System.Collections.IDictionary -> unit
Protected Overrides Sub PopulateBrowserElements (dictionary As IDictionary)

参数

dictionary
IDictionary

浏览器功能的集合。

适用于

另请参阅