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 RefreshFrame

Inheritance
System.Object
RefreshFrame
Namespace: EPiServer.UI.WebControls
Assembly: EPiServer.UI.dll
Version: 11.20.7
Syntax
public class RefreshFrame : WebControl

Constructors

RefreshFrame()

Declaration
public RefreshFrame()

Properties

FrameName

Declaration
public string FrameName { get; set; }
Property Value
Type Description
System.String

PartName

Declaration
public string PartName { get; set; }
Property Value
Type Description
System.String

SelectedTabName

Declaration
public string SelectedTabName { get; set; }
Property Value
Type Description
System.String

Methods

Render(HtmlTextWriter)

Declaration
protected override void Render(HtmlTextWriter output)
Parameters
Type Name Description
System.Web.UI.HtmlTextWriter output

Extension Methods