Class AbpRazorTemplateConsts
Inheritance
object
AbpRazorTemplateConsts
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.TextTemplating.Razor
Assembly: Volo.Abp.TextTemplating.Razor.dll
Syntax
public static class AbpRazorTemplateConsts
Fields
DefaultClassName
Declaration
public const string DefaultClassName = "Template"
Field Value
Type | Description |
---|---|
string |
DefaultNameSpace
Declaration
public const string DefaultNameSpace = "Abp.Razor"
Field Value
Type | Description |
---|---|
string |
TypeName
Declaration
public const string TypeName = "Abp.Razor.Template"
Field Value
Type | Description |
---|---|
string |