MultiLogonPage.OnInit Method
Handles the Init event.
Namespace: Microsoft.SharePoint.IdentityModel.Pages
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides Sub OnInit ( _
e As EventArgs _
)
'Usage
Dim e As EventArgs
Me.OnInit(e)
protected override void OnInit(
EventArgs e
)
Parameters
e
Type: System.EventArgsThe data for the event.
Remarks
This override calls the SetThreadCultureFromRequestedWeb() method to set the thread and user interface (UI) culture based on the current website.