Click or drag to resize

SecurityPortalLoginButton_Click Method

Logins the user.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
protected void LoginButton_Click(
	Object sender,
	EventArgs e
)
View Source

Parameters

sender  Object
Source of this event.
e  EventArgs
Arguments of this event.
See Also