C# Class SenseNet.Portal.UI.Bundling.JsBundle

Custom bundle dedicated for bundling and minifying Javascript files.
Inheritance: Bundle
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
Combine ( ) : string

In addition to combining, also minifies the given Javascript.

JsBundle ( ) : Microsoft.Ajax.Utilities

Méthodes protégées

Méthode Description
GetTextFromPath ( string path ) : string

Method Details

Combine() public méthode

In addition to combining, also minifies the given Javascript.
public Combine ( ) : string
Résultat string

GetTextFromPath() protected méthode

protected GetTextFromPath ( string path ) : string
path string
Résultat string

JsBundle() public méthode

public JsBundle ( ) : Microsoft.Ajax.Utilities
Résultat Microsoft.Ajax.Utilities