C# 클래스 SenseNet.Portal.UI.Bundling.PortalBundleOptions

Contains information about bundling options.
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
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