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

More...

Public Member Functions

virtual string Build (UserControlRendererConfig config)
 

Static Public Member Functions

static UserControl LoadControl (string userControlPath)
 
static UserControl LoadControl< Page > (string userControlPath)
 
static UserControl LoadControl (string userControlPath, string id)
 
static UserControl LoadControl< Page > (string userControlPath, string id)
 
static string ToScript (UserControlRendererConfig config)
 
static void Render (UserControlRendererConfig config)
 
static void Render (UserControlRendererConfig config, bool @return)
 

Detailed Description

Member Function Documentation

◆ Build()

virtual string Ext.Net.UserControlRenderer.Build ( UserControlRendererConfig  config)
inlinevirtual

Parameters
config
Returns

◆ LoadControl() [1/2]

static UserControl Ext.Net.UserControlRenderer.LoadControl ( string  userControlPath)
inlinestatic

Parameters
userControlPath
Returns

◆ LoadControl() [2/2]

static UserControl Ext.Net.UserControlRenderer.LoadControl ( string  userControlPath,
string  id 
)
inlinestatic

Parameters
userControlPath
id
Returns

◆ LoadControl< Page >() [1/2]

static UserControl Ext.Net.UserControlRenderer.LoadControl< Page > ( string  userControlPath)
inlinestatic

Template Parameters
Page
Parameters
userControlPath
Returns
Type Constraints
Page :System.Web.UI.Page 
Page :ISelfRenderingPage 
Page :new() 

◆ LoadControl< Page >() [2/2]

static UserControl Ext.Net.UserControlRenderer.LoadControl< Page > ( string  userControlPath,
string  id 
)
inlinestatic

Template Parameters
Page
Parameters
userControlPath
id
Returns
Type Constraints
Page :System.Web.UI.Page 
Page :ISelfRenderingPage 
Page :new() 

◆ Render() [1/2]

static void Ext.Net.UserControlRenderer.Render ( UserControlRendererConfig  config)
inlinestatic

◆ Render() [2/2]

static void Ext.Net.UserControlRenderer.Render ( UserControlRendererConfig  config,
bool @  return 
)
inlinestatic

◆ ToScript()

static string Ext.Net.UserControlRenderer.ToScript ( UserControlRendererConfig  config)
inlinestatic

Parameters
config
Returns

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