IPageVersionViewName Property
|
Gets and sets this page version's ViewName.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
Syntaxstring 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
String
RemarksViewName 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