C# Class Subtext.Web.Admin.Pages.ConfirmationPage

Will cause the user to confirm navigating away from the current page. This behavior can be overriden.
Inheritance: Subtext.Web.Admin.Pages.AdminPage
显示文件 Open project: ayende/Subtext

Public Properties

Property Type Description
BypassFunctionName string

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

OnPreRender() protected method

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

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void

Property Details

BypassFunctionName public_oe static_oe property

public static string BypassFunctionName
return string