C# Class Telerik.Web.Mvc.SharedWebAssets

Show file Open project: juanplopes/simple-telerik Class Usage Examples

Public Methods

Method Description
Scripts ( Action configureAction ) : void

Executes the provided delegate that is used to configure scripts.

StyleSheets ( Action configureAction ) : void

Executes the provided delegate that is used to configure stylesheets.

Private Methods

Method Description
Configure ( string defaultPath, WebAssetItemGroup>.IDictionary target, Action configureAction ) : void
FindInternal ( WebAssetItemGroup>.IDictionary lookup, string name ) : WebAssetItemGroup
FindScriptGroup ( string name ) : WebAssetItemGroup
FindStyleSheetGroup ( string name ) : WebAssetItemGroup
LoadFromConfiguration ( IConfigurationManager configurationManager ) : void
LoadGroups ( WebAssetItemGroupConfigurationElementCollection source, WebAssetItemGroup>.IDictionary destination, string defaultPath, string defaultVersion ) : void
SharedWebAssets ( ) : System

Method Details

Scripts() public static method

Executes the provided delegate that is used to configure scripts.
public static Scripts ( Action configureAction ) : void
configureAction Action The configure action.
return void

StyleSheets() public static method

Executes the provided delegate that is used to configure stylesheets.
public static StyleSheets ( Action configureAction ) : void
configureAction Action The configure action.
return void