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

Contains information about bundling options.
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
CssIsBlacklisted ( string path ) : bool
EnableCssBundling ( Control header ) : void

Enables CSS bundling behaviour for the given HTML head control.

JsIsBlacklisted ( string path ) : bool
PortalBundleOptions ( ) : System

Creates a new instance of PortalBundleOptions

Private Methods

Méthode Description
OnPreRenderComplete ( object sender, EventArgs args ) : void

Method Details

CssIsBlacklisted() public static méthode

public static CssIsBlacklisted ( string path ) : bool
path string
Résultat bool

EnableCssBundling() public méthode

Enables CSS bundling behaviour for the given HTML head control.
public EnableCssBundling ( Control header ) : void
header Control The head control for which bundling needs to be enabled.
Résultat void

JsIsBlacklisted() public static méthode

public static JsIsBlacklisted ( string path ) : bool
path string
Résultat bool

PortalBundleOptions() public méthode

Creates a new instance of PortalBundleOptions
public PortalBundleOptions ( ) : System
Résultat System