Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Subtext
Web
Install
InstallationBase
C# Class Subtext.Web.Install.InstallationBase
Summary description for InstallationBase.
Inheritance:
System.Web.UI.Page
Show file
Open project: ayende/Subtext
Protected Methods
Method
Description
OnLoad
(
EventArgs
e
) :
void
Ons the load.
Private Methods
Method
Description
EnsureInstallStep
( ) :
void
EnsureInstallStep
(
string
page
) :
void
IsOnPage
(
string
page
) :
bool
Method Details
OnLoad()
protected
method
Ons the load.
protected
OnLoad
(
EventArgs
e
) :
void
e
System.EventArgs
E.
return
void