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 InputFrame

Create a drop down list with the available frames for the site.

Inheritance
System.Object
InputFrame
Implements
System.Web.UI.INamingContainer
Namespace: EPiServer.Web.WebControls
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class InputFrame : InputBase, INamingContainer

Constructors

InputFrame()

Declaration
public InputFrame()

Properties

CurrentFrame

Gets or sets the currently selected frame.

Declaration
public Frame CurrentFrame { get; set; }
Property Value
Type Description
Frame

The currently selected frame.

Methods

CreateChildControls()

Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.

Declaration
protected override void CreateChildControls()

Implements

System.Web.UI.INamingContainer

Extension Methods