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

Custom bundle dedicated for bundling and minifying Javascript files.
상속: Bundle
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
Combine ( ) : string

In addition to combining, also minifies the given Javascript.

JsBundle ( ) : Microsoft.Ajax.Utilities

보호된 메소드들

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

메소드 상세

Combine() 공개 메소드

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

GetTextFromPath() 보호된 메소드

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

JsBundle() 공개 메소드

public JsBundle ( ) : Microsoft.Ajax.Utilities
리턴 Microsoft.Ajax.Utilities