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

Contains information about bundling options.
ファイルを表示 Open project: maxpavlov/FlexNet Class Usage Examples

Public Methods

Method 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

Method Description
OnPreRenderComplete ( object sender, EventArgs args ) : void

Method Details

CssIsBlacklisted() public static method

public static CssIsBlacklisted ( string path ) : bool
path string
return bool

EnableCssBundling() public method

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.
return void

JsIsBlacklisted() public static method

public static JsIsBlacklisted ( string path ) : bool
path string
return bool

PortalBundleOptions() public method

Creates a new instance of PortalBundleOptions
public PortalBundleOptions ( ) : System
return System