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
|
Method | Description | |
---|---|---|
OnPreRenderComplete ( object sender, EventArgs args ) : void |
public static CssIsBlacklisted ( string path ) : bool | ||
path | string | |
return | bool |
public EnableCssBundling ( Control header ) : void | ||
header | Control | The head control for which bundling needs to be enabled. |
return | void |
public static JsIsBlacklisted ( string path ) : bool | ||
path | string | |
return | bool |