C# Class MonoSoftware.MonoX.Pages.PageRemoval

Mostra file Open project: MonoSoftware/MonoX-Demo-Pages

Public Properties

Property Type Description
PagePathToRemove UrlParam

Public Methods

Method Description
PageRemoval ( ) : System

Constructor.

btnNo_Click ( object sender, EventArgs e ) : void
btnYes_Click ( object sender, EventArgs e ) : void

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPersonalizationRemoval ( EventArgs e ) : void

Performs the page personalization removal along with page data.

OnPreRender ( EventArgs e ) : void
OnRedirect ( EventArgs e ) : void

Performs the page redirect.

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e EventArgs
return void

OnPersonalizationRemoval() protected method

Performs the page personalization removal along with page data.
protected OnPersonalizationRemoval ( EventArgs e ) : void
e EventArgs Event arguments holding the page path
return void

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e EventArgs
return void

OnRedirect() protected method

Performs the page redirect.
protected OnRedirect ( EventArgs e ) : void
e EventArgs Event arguments holding the redirect url
return void

PageRemoval() public method

Constructor.
public PageRemoval ( ) : System
return System

btnNo_Click() public method

public btnNo_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

btnYes_Click() public method

public btnYes_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

PagePathToRemove public_oe static_oe property

Page path removal strongly typed query string.
public static UrlParam PagePathToRemove
return UrlParam