SPMobileUtility.CreateLogOnSelector 方法

请注意:此 API 现在已过时。

创建基于当前上下文中 ClaimsAuthenticationProviders 的登录选择器。

命名空间:  Microsoft.SharePoint.Utilities
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
<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
)

参数

返回值

类型:System.Web.UI.MobileControls.SelectionList

另请参阅

引用

SPMobileUtility 类

SPMobileUtility 成员

Microsoft.SharePoint.Utilities 命名空间