London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class InitialSetup

Inheritance
System.Object
InitialSetup
Namespace: EPiServer.Util
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class InitialSetup : Page

Constructors

InitialSetup()

Declaration
public InitialSetup()

Fields

form1

Declaration
protected HtmlForm form1
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