C# 클래스 AngularTemplates.Bundling.TemplateBundle

상속: ScriptBundle
파일 보기 프로젝트 열기: vadimi/AngularTemplates.Compile 1 사용 예제들

공개 메소드들

메소드 설명
GenerateBundleResponse ( BundleContext context ) : BundleResponse
TemplateBundle ( string virtualPath, TemplateCompilerOptions options ) : System
TemplateBundle ( string virtualPath, string cdnPath, TemplateCompilerOptions options ) : System

메소드 상세

GenerateBundleResponse() 공개 메소드

public GenerateBundleResponse ( BundleContext context ) : BundleResponse
context BundleContext
리턴 BundleResponse

TemplateBundle() 공개 메소드

public TemplateBundle ( string virtualPath, TemplateCompilerOptions options ) : System
virtualPath string
options AngularTemplates.Compile.TemplateCompilerOptions
리턴 System

TemplateBundle() 공개 메소드

public TemplateBundle ( string virtualPath, string cdnPath, TemplateCompilerOptions options ) : System
virtualPath string
cdnPath string
options AngularTemplates.Compile.TemplateCompilerOptions
리턴 System