Share via


BrowserCapabilitiesFactory.PlatformunixProcessBrowsers Metodo

Definizione

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

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

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

Parametri

ignoreApplicationBrowsers
Boolean

true per ignorare le definizioni per il browser Platformunix 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

Vedi anche