C# Класс SenseNet.Portal.UI.Bundling.PortalBundleOptions

Contains information about bundling options.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
OnPreRenderComplete ( object sender, EventArgs args ) : void

Описание методов

CssIsBlacklisted() публичный статический Метод

public static CssIsBlacklisted ( string path ) : bool
path string
Результат bool

EnableCssBundling() публичный Метод

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.
Результат void

JsIsBlacklisted() публичный статический Метод

public static JsIsBlacklisted ( string path ) : bool
path string
Результат bool

PortalBundleOptions() публичный Метод

Creates a new instance of PortalBundleOptions
public PortalBundleOptions ( ) : System
Результат System