SPUtility.IsUplevelBrowser method
SharePoint 2013
Returns a Boolean value that indicates whether the version of the browser is later than Internet Explorer 5.0 or Netscape Navigator 6.0, based on the HTTP context of the request.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)] public static bool IsUplevelBrowser( HttpContext context )
Parameters
- context
- Type: System.Web.HttpContext
A System.Web.HttpContext object that represents the context of the request.