Try our conversational search powered by Generative AI!

Class Logout

Inheritance
System.Object
Logout
Namespace: EPiServer.Util
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class Logout : Page

Constructors

Logout()

Declaration
public Logout()

Fields

aspnetForm

Declaration
protected HtmlForm aspnetForm
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlForm

EditUrlResolver

Declaration
protected Injected<EditUrlResolver> EditUrlResolver
Field Value
Type Description
Injected<EditUrlResolver>

Head1

Declaration
protected HtmlHead Head1
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlHead

LinkToLogin

Declaration
protected Button LinkToLogin
Field Value
Type Description
System.Web.UI.WebControls.Button

LogOutLabel

Declaration
protected Label LogOutLabel
Field Value
Type Description
System.Web.UI.WebControls.Label

SignInManager

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

Title1

Declaration
protected HtmlTitle Title1
Field Value
Type Description
System.Web.UI.HtmlControls.HtmlTitle

Methods

OnLoad(EventArgs)

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

OnPreInit(EventArgs)

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

Translate(String)

Declaration
public virtual string Translate(string key)
Parameters
Type Name Description
System.String key
Returns
Type Description
System.String

Extension Methods