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

Simple Container Control to allow for custom placement of Scripts and Styles in the <head> of the Page by the ResourceManager. If the Page does not contain a <ext:ResourcePlaceHolder> control, the <script>'s and <style>'s will be added as the first items in the <head>. The ResourcePlaceHolder does not render any HTML to the Page. More...

Inheritance diagram for Ext.Net.ResourcePlaceHolder:

Public Member Functions

 ResourcePlaceHolder ()
 
 ResourcePlaceHolder (ResourceMode mode)
 

Protected Member Functions

override void Render (HtmlTextWriter writer)
 

Properties

ResourceMode Mode [get, set]
 

Detailed Description

Simple Container Control to allow for custom placement of Scripts and Styles in the <head> of the Page by the ResourceManager. If the Page does not contain a <ext:ResourcePlaceHolder> control, the <script>'s and <style>'s will be added as the first items in the <head>. The ResourcePlaceHolder does not render any HTML to the Page.

Constructor & Destructor Documentation

◆ ResourcePlaceHolder() [1/2]

Ext.Net.ResourcePlaceHolder.ResourcePlaceHolder ( )
inline

◆ ResourcePlaceHolder() [2/2]

Ext.Net.ResourcePlaceHolder.ResourcePlaceHolder ( ResourceMode  mode)
inline

Member Function Documentation

◆ Render()

override void Ext.Net.ResourcePlaceHolder.Render ( HtmlTextWriter  writer)
inlineprotected

Property Documentation

◆ Mode

ResourceMode Ext.Net.ResourcePlaceHolder.Mode
getset


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