请注意:此 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
)
参数
context
类型:System.Web.HttpContext当前的 HttpContext。
返回值
类型:System.Web.UI.MobileControls.SelectionList