Expand Minimize
This topic has not yet been rated - Rate this topic

SPUtility.IsUplevelBrowser method

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.

Namespace:  Microsoft.SharePoint.Utilities
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.

Return value

Type: System.Boolean
true if the browser is a later version; otherwise, false.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.