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

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

Méthodes publiques

Méthode Description
AddPostponedPath ( string path ) : void
Combine ( ) : string

In addition to combining, also minifies the given CSS.

CssBundle ( ) : System.Text.RegularExpressions

Creates a new instance of the CssBundle class.

Méthodes protégées

Méthode Description
GetTextFromPath ( string path ) : string

Method Details

AddPostponedPath() public méthode

public AddPostponedPath ( string path ) : void
path string
Résultat void

Combine() public méthode

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

CssBundle() public méthode

Creates a new instance of the CssBundle class.
public CssBundle ( ) : System.Text.RegularExpressions
Résultat System.Text.RegularExpressions

GetTextFromPath() protected méthode

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