Try our conversational search powered by Generative AI!

Class ScriptReloadPageEvent

Attaches a client side reload window for the event and control specified

Inheritance
System.Object
ScriptReloadPageEvent
Namespace: EPiServer.ClientScript.WebControls
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class ScriptReloadPageEvent : ScriptEventBase

Constructors

ScriptReloadPageEvent()

Declaration
public ScriptReloadPageEvent()

Properties

WindowReference

Get or set the window reference the event reloads. If not set reloads the window where the event is raised.

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

window.top

Methods

CreateEvent()

Create an instance of the event this web control represents.

Declaration
protected override EventBase CreateEvent()
Returns
Type Description
EventBase

An EventBase derived event instance.

Overrides

Extension Methods