次の方法で共有


BrowserCapabilitiesFactory.PopulateBrowserElements(IDictionary) メソッド

定義

ASP.NET 組み込みの Request.Browser プロパティを使用してパブリックにアクセスされる HttpBrowserCapabilities の要求固有のインスタンスを作成するために、構成システムで内部的に使用されます。

この 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

ブラウザー機能のコレクション。

適用対象

こちらもご覧ください