SPUtility.StopRequestIfClientIsNotValid method
SharePoint 2013
Stops processing the current request if the request is no longer valid.
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
[SubsetCallableExcludeMemberAttribute(SubsetCallableExcludeMemberType.UnsupportedExternalType)] public static void StopRequestIfClientIsNotValid( Page page )
Parameters
- page
- Type: System.Web.UI.Page
A Page object that specifies the Web page.
| Exception | Condition |
|---|---|
| ArgumentNullException | Page object is null. |