BrowserCapabilitiesFactory.PopulateBrowserElements(IDictionary) メソッド

定義

ASP.NET 組み込みHttpBrowserCapabilities プロパティを介してパブリックにアクセスされる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

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

適用対象

こちらもご覧ください