Class TemplateContentFileInfo
Inherited Members
Namespace: Volo.Abp.TextTemplating.VirtualFiles
Assembly: Volo.Abp.TextTemplating.Core.dll
Syntax
public class TemplateContentFileInfo
Constructors
TemplateContentFileInfo()
Declaration
public TemplateContentFileInfo()
Properties
FileContent
Declaration
public string FileContent { get; set; }
Property Value
Type | Description |
---|---|
string |
FileName
Declaration
public string FileName { get; set; }
Property Value
Type | Description |
---|---|
string |