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

Custom bundle dedicated for bundling and minifying CSS files.
상속: Bundle
파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
AddPostponedPath ( string path ) : void
Combine ( ) : string

In addition to combining, also minifies the given CSS.

CssBundle ( ) : System.Text.RegularExpressions

Creates a new instance of the CssBundle class.

보호된 메소드들

메소드 설명
GetTextFromPath ( string path ) : string

메소드 상세

AddPostponedPath() 공개 메소드

public AddPostponedPath ( string path ) : void
path string
리턴 void

Combine() 공개 메소드

In addition to combining, also minifies the given CSS.
public Combine ( ) : string
리턴 string

CssBundle() 공개 메소드

Creates a new instance of the CssBundle class.
public CssBundle ( ) : System.Text.RegularExpressions
리턴 System.Text.RegularExpressions

GetTextFromPath() 보호된 메소드

protected GetTextFromPath ( string path ) : string
path string
리턴 string