共用方式為


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

瀏覽器功能集合。

適用於

另請參閱