SPUtility.IsClientValid method
會決定我們應該停止處理目前要求。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Shared Function IsClientValid ( _
page As Page _
) As Boolean
'用途
Dim page As Page
Dim returnValue As Boolean
returnValue = SPUtility.IsClientValid(page)
public static bool IsClientValid(
Page page
)
參數
- page
Type: System.Web.UI.Page
傳回值
Type: System.Boolean