BrowserCapabilitiesFactory.UpgatewayProcessBrowsers Yöntem

Tanım

Geçerli isteği yapan Upgateway tarayıcısının özelliklerini temsil eden bir HttpBrowserCapabilities nesne başlatır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

ignoreApplicationBrowsers
Boolean

true Uygulama düzeyinde tarayıcı tanım dosyalarında Upgateway tarayıcısının tanımlarını yoksaymak için; aksi takdirde , false.

headers
NameValueCollection

Geçerli isteğe dahil edilen üst bilgi koleksiyonu.

browserCaps
HttpBrowserCapabilities

Başlatacak HttpBrowserCapabilities nesne.

Şunlara uygulanır