C# 클래스 RazorReport.ContentFinder

파일 보기 프로젝트 열기: AlexCuse/RazorReport 1 사용 예제들

공개 메소드들

메소드 설명
GetFromFileSystem ( string templatePath ) : string
GetFromResource ( string resourceName, Assembly assembly ) : string

메소드 상세

GetFromFileSystem() 공개 정적인 메소드

public static GetFromFileSystem ( string templatePath ) : string
templatePath string
리턴 string

GetFromResource() 공개 정적인 메소드

public static GetFromResource ( string resourceName, Assembly assembly ) : string
resourceName string
assembly System.Reflection.Assembly
리턴 string