IPageVersionViewName Property
|
Gets and sets this page version's ViewName.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax string ViewName { get; set; }
Property ViewName As String
Get
Set
property String^ ViewName {
String^ get ();
void set (String^ value);
}
abstract ViewName : string with get, set
Property Value
Type:
StringRemarks ViewName refers of the name of the this page's view at runtime in an MVC development environment.
This property instructsthe Dynamic Site Server to select the view when rendering this page at runtime.
See Also