Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.ResponseManager Class Reference

More...

Static Public Member Functions

static void Redirect (string url)
 
static void Redirect (string url, string msg)
 
static void Redirect (string url, string msg, string msgCls)
 
static void Reload ()
 Reloads the page by window.location.reload() call More...
 
static void Reload (string msg)
 Reloads the page by window.location.reload() call More...
 
static void Reload (string msg, string msgCls)
 Reloads the page by window.location.reload() call More...
 
static Control Get (string id)
 
static T Get< T > (string id)
 
static BaseControl GetCmp (string id)
 
static T GetCmp< T > (string id)
 

Properties

static ResourceManager ResourceManager [get]
 

Detailed Description

Member Function Documentation

◆ Get()

static Control Ext.Net.ResponseManager.Get ( string  id)
inlinestatic

Parameters
id
Returns

◆ Get< T >()

static T Ext.Net.ResponseManager.Get< T > ( string  id)
inlinestatic

Template Parameters
T
Parameters
id
Returns
Type Constraints
T :Control 

◆ GetCmp()

static BaseControl Ext.Net.ResponseManager.GetCmp ( string  id)
inlinestatic

Parameters
id
Returns

◆ GetCmp< T >()

static T Ext.Net.ResponseManager.GetCmp< T > ( string  id)
inlinestatic

Template Parameters
T
Parameters
id
Returns
Type Constraints
T :ComponentBase 

◆ Redirect() [1/3]

static void Ext.Net.ResponseManager.Redirect ( string  url)
inlinestatic

Parameters
url

◆ Redirect() [2/3]

static void Ext.Net.ResponseManager.Redirect ( string  url,
string  msg 
)
inlinestatic

Parameters
url
msg

◆ Redirect() [3/3]

static void Ext.Net.ResponseManager.Redirect ( string  url,
string  msg,
string  msgCls 
)
inlinestatic

Parameters
url
msg
msgCls

◆ Reload() [1/3]

static void Ext.Net.ResponseManager.Reload ( )
inlinestatic

Reloads the page by window.location.reload() call

◆ Reload() [2/3]

static void Ext.Net.ResponseManager.Reload ( string  msg)
inlinestatic

Reloads the page by window.location.reload() call

Parameters
msgThe message to display in the loading mask which is rendered during reloading.

◆ Reload() [3/3]

static void Ext.Net.ResponseManager.Reload ( string  msg,
string  msgCls 
)
inlinestatic

Reloads the page by window.location.reload() call

Parameters
msgThe message to display in the load mask which is rendered during reloading.
msgClsThe custom CSS class to apply to the load mask element.

Property Documentation

◆ ResourceManager

ResourceManager Ext.Net.ResponseManager.ResourceManager
staticget


The documentation for this class was generated from the following file: