Show / Hide Table of Contents

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 Source

Content

Declaration
public string Content { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Extension

Declaration
public string Extension { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileFolder

Declaration
public string FileFolder { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Filename

Declaration
[Required]
public string Filename { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

FileStream

Declaration
public string FileStream { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Scripts

Declaration
public string Scripts { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Styles

Declaration
public string Styles { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾