C# 클래스 WebMarkupMin.Sample.Logic.Services.FileContentService

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

공개 메소드들

메소드 설명
FileContentService ( string textContentDirectoryPath ) : System
FileContentService ( string textContentDirectoryPath, IHostingEnvironment hostingEnvironment ) : System
GetFileContent ( string filePath ) : string

비공개 메소드들

메소드 설명
GetPhysicalFilePath ( string filePath ) : string

메소드 상세

FileContentService() 공개 메소드

public FileContentService ( string textContentDirectoryPath ) : System
textContentDirectoryPath string
리턴 System

FileContentService() 공개 메소드

public FileContentService ( string textContentDirectoryPath, IHostingEnvironment hostingEnvironment ) : System
textContentDirectoryPath string
hostingEnvironment IHostingEnvironment
리턴 System

GetFileContent() 공개 메소드

public GetFileContent ( string filePath ) : string
filePath string
리턴 string