View Source
Class TemplateModelBase
Inheritance
System.Object
Assembly: Umbraco.Cms.Api.Management.dll
Syntax
public class TemplateModelBase
Properties
View Source
Alias
Declaration
[Required]
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Content
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|