Share via


BrowserCapabilitiesFactory.Ie5to9macProcessBrowsers Metodo

Definizione

Inizializza un oggetto HttpBrowserCapabilities che rappresenta le funzionalità del browser Ie5to9mac che effettua la richiesta corrente.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 virtual void Ie5to9macProcessBrowsers(bool ignoreApplicationBrowsers, System::Collections::Specialized::NameValueCollection ^ headers, System::Web::HttpBrowserCapabilities ^ browserCaps);
protected virtual void Ie5to9macProcessBrowsers (bool ignoreApplicationBrowsers, System.Collections.Specialized.NameValueCollection headers, System.Web.HttpBrowserCapabilities browserCaps);
abstract member Ie5to9macProcessBrowsers : bool * System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
override this.Ie5to9macProcessBrowsers : bool * System.Collections.Specialized.NameValueCollection * System.Web.HttpBrowserCapabilities -> unit
Protected Overridable Sub Ie5to9macProcessBrowsers (ignoreApplicationBrowsers As Boolean, headers As NameValueCollection, browserCaps As HttpBrowserCapabilities)

Parametri

ignoreApplicationBrowsers
Boolean

true per ignorare le definizioni per il browser Ie5to9mac nei file di definizione del browser a livello di applicazione; in caso contrario, false.

headers
NameValueCollection

Raccolta di intestazioni incluse nella richiesta corrente.

browserCaps
HttpBrowserCapabilities

Oggetto HttpBrowserCapabilities da inizializzare.

Si applica a