SaaS CMS has officially launched! Learn more now.

Class Login

Inheritance
System.Object
Login
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Login : Login

Constructors

Login()

Declaration
public Login()

Fields

SignInManager

Declaration
protected Injected<UISignInManager> SignInManager
Field Value
Type Description
Injected<UISignInManager>

Properties

EnableAjaxLogin

Declaration
public bool EnableAjaxLogin { get; set; }
Property Value
Type Description
System.Boolean

Methods

OnAuthenticate(AuthenticateEventArgs)

Declaration
protected override void OnAuthenticate(AuthenticateEventArgs e)
Parameters
Type Name Description
System.Web.UI.WebControls.AuthenticateEventArgs e

OnInit(EventArgs)

Declaration
protected override void OnInit(EventArgs e)
Parameters
Type Name Description
System.EventArgs e

RenderChildren(HtmlTextWriter)

Declaration
protected override void RenderChildren(HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter writer

RenderLoginContainer(Control, HtmlTextWriter)

Declaration
protected virtual void RenderLoginContainer(Control loginContainer, HtmlTextWriter writer)
Parameters
Type Name Description
System.Web.UI.Control loginContainer
System.Web.UI.HtmlTextWriter writer

Extension Methods