Class PageTemplate
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents a page template.
public class PageTemplate
Inheritance
Inherited Members
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<PageTemplate>(PageTemplate)
Constructors
PageTemplate()
public PageTemplate()
Properties
Html
Gets or sets the HTML content of the page template.
public string Html { get; set; }
Property Value
Js
Gets or sets the JavaScript content of the page template.
public string Js { get; set; }
Property Value
Key
Gets or sets the key of the page template.
public string Key { get; set; }