IContentUnitTemplateName Property
|
Gets/sets the name of the MVC "View", that is in charge of rendering the
Content.
It normally matches the Element's tag name.
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string TemplateName { get; set; }
Property TemplateName As String
Get
Set
property String^ TemplateName {
String^ get ();
void set (String^ value);
}
abstract TemplateName : string with get, set
Property Value
Type:
StringSee Also