Try our conversational search powered by Generative AI!

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