Class FileInfoLocalizedTemplateContentReader
Inheritance
FileInfoLocalizedTemplateContentReader
Assembly: Volo.Abp.TextTemplating.Core.dll
Syntax
public class FileInfoLocalizedTemplateContentReader : ILocalizedTemplateContentReader
Constructors
FileInfoLocalizedTemplateContentReader()
Declaration
public FileInfoLocalizedTemplateContentReader()
Methods
GetContentOrNull(string?)
Declaration
public string? GetContentOrNull(string? culture)
Parameters
Type |
Name |
Description |
string |
culture |
|
Returns
GetFile()
Declaration
public TemplateContentFileInfo GetFile()
Returns
ReadContentsAsync(IFileInfo)
Declaration
public Task ReadContentsAsync(IFileInfo fileInfo)
Parameters
Returns
Implements
Extension Methods