Class InitialSetup
Inheritance
System.Object
InitialSetup
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class InitialSetup : Page
Constructors
InitialSetup()
Declaration
Fields
Declaration
Field Value
Type |
Description |
System.Web.UI.HtmlControls.HtmlForm |
|
Methods
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Page_Load(Object, EventArgs)
Declaration
protected void Page_Load(object sender, EventArgs e)
Parameters
Type |
Name |
Description |
System.Object |
sender |
|
System.EventArgs |
e |
|
Extension Methods