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

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