Class FileInfoLocalizedTemplateContentReader
Inheritance
System.Object
FileInfoLocalizedTemplateContentReader
Assembly: Volo.Abp.TextTemplating.dll
Syntax
public class FileInfoLocalizedTemplateContentReader : object, ILocalizedTemplateContentReader
Methods
GetContentOrNull(String)
Declaration
public string GetContentOrNull(string culture)
Parameters
| Type |
Name |
Description |
| System.String |
culture |
|
Returns
| Type |
Description |
| System.String |
|
ReadContentsAsync(IFileInfo)
Declaration
public Task ReadContentsAsync(IFileInfo fileInfo)
Parameters
| Type |
Name |
Description |
| IFileInfo |
fileInfo |
|
Returns
Implements
Extension Methods