SPMobileUtility.CreateLogOnSelector method
NOTE: This API is now obsolete.
建立登入的選取器,根據目前的內容中 ClaimsAuthenticationProviders。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Shared Function CreateLogOnSelector ( _
context As HttpContext _
) As SelectionList
'用途
Dim context As HttpContext
Dim returnValue As SelectionList
returnValue = SPMobileUtility.CreateLogOnSelector(context)
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
public static SelectionList CreateLogOnSelector(
HttpContext context
)
參數
context
Type: System.Web.HttpContext目前的 HttpContext。
傳回值
Type: System.Web.UI.MobileControls.SelectionList