C# Class MonoSoftware.MonoX.Pages.PageRemoval

Afficher le fichier Open project: MonoSoftware/MonoX-Demo-Pages

Méthodes publiques

Свойство Type Description
PagePathToRemove UrlParam

Méthodes publiques

Méthode Description
PageRemoval ( ) : System

Constructor.

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

Méthodes protégées

Méthode 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 méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e EventArgs
Résultat void

OnPersonalizationRemoval() protected méthode

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

OnPreRender() protected méthode

protected OnPreRender ( EventArgs e ) : void
e EventArgs
Résultat void

OnRedirect() protected méthode

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

PageRemoval() public méthode

Constructor.
public PageRemoval ( ) : System
Résultat System

btnNo_Click() public méthode

public btnNo_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

btnYes_Click() public méthode

public btnYes_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Property Details

PagePathToRemove public_oe static_oe property

Page path removal strongly typed query string.
public static UrlParam PagePathToRemove
Résultat UrlParam