Class TemplateModel
Inheritance
System.Object
TemplateModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Models.Common
Assembly: mix.library.dll
Syntax
public class TemplateModel
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Extension
Declaration
public string Extension { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileFolder
Declaration
public string FileFolder { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Filename
Declaration
[Required]
public string Filename { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FileStream
Declaration
public string FileStream { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Scripts
Declaration
public string Scripts { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Styles
Declaration
public string Styles { get; set; }
Property Value
Type | Description |
---|---|
System.String |