BrowserHelpers.GetOverriddenBrowser(HttpContextBase) 方法

定义

针对重写的浏览器功能或实际的浏览器(如果未指定重写),返回浏览器功能对象。

public static System.Web.HttpBrowserCapabilitiesBase GetOverriddenBrowser (this System.Web.HttpContextBase httpContext);
static member GetOverriddenBrowser : System.Web.HttpContextBase -> System.Web.HttpBrowserCapabilitiesBase
<Extension()>
Public Function GetOverriddenBrowser (httpContext As HttpContextBase) As HttpBrowserCapabilitiesBase

参数

httpContext
HttpContextBase

当前上下文。

返回

浏览器功能。

适用于