SignOutScriptHelperGetSignOutOnClickScript Method |
Gets the script that performs a SignOut of all the registered third party providers.
Namespace: CMS.Membership.Web.UIAssembly: CMS.Membership.Web.UI (in CMS.Membership.Web.UI.dll) Version: 12.0.0
Syntax public static string GetSignOutOnClickScript(
Page page
)
Parameters
- page
- Type: System.Web.UIPage
Page to which helper scripts can be registered.
Return Value
Type:
StringScript that performs a SignOut of all the registered third party providers or null if none is necessary.
See Also