Freigeben über


BrowserCapabilitiesFactory.PopulateBrowserElements(IDictionary) Methode

Definition

Wird vom Konfigurationssystem intern für die Erstellung anforderungsspezifischer Instanzen von HttpBrowserCapabilities verwendet, auf die über die ASP.NET-interne Request.Browser-Eigenschaft ein öffentlicher Zugriff erfolgt.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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)

Parameter

dictionary
IDictionary

Eine Auflistung von Browserfunktionen.

Gilt für

Siehe auch