Try our conversational search powered by Generative AI!

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