C# Class Telerik.Web.Mvc.SharedWebAssets

Afficher le fichier Open project: juanplopes/simple-telerik Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

StyleSheets() public static méthode

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