Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether or not we should stop processing the current request.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsClientValid ( _
page As Page _
) As Boolean
'Usage
Dim page As Page
Dim returnValue As Boolean
returnValue = SPUtility.IsClientValid(page)
public static bool IsClientValid(
Page page
)
Parameters
- page
Type: System.Web.UI.Page
Return value
Type: System.Boolean