Share via


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 ( _
    eventArgs As EventArgs _
)
'Usage
Dim eventArgs As EventArgs

Me.OnInit(eventArgs)
protected override void OnInit(
    EventArgs eventArgs
)

Parameters

Remarks

This override calls the SetThreadCultureFromRequestedWeb() method to set the thread and user interface (UI) culture based on the current website.

See also

Reference

MultiLogonPage class

MultiLogonPage members

Microsoft.SharePoint.IdentityModel.Pages namespace