Method | Description | |
---|---|---|
FileContentService ( string textContentDirectoryPath ) : System | ||
FileContentService ( string textContentDirectoryPath, IHostingEnvironment hostingEnvironment ) : System | ||
GetFileContent ( string filePath ) : string |
Method | Description | |
---|---|---|
GetPhysicalFilePath ( string filePath ) : string |
public FileContentService ( string textContentDirectoryPath ) : System | ||
textContentDirectoryPath | string | |
return | System |
public FileContentService ( string textContentDirectoryPath, IHostingEnvironment hostingEnvironment ) : System | ||
textContentDirectoryPath | string | |
hostingEnvironment | IHostingEnvironment | |
return | System |
public GetFileContent ( string filePath ) : string | ||
filePath | string | |
return | string |