Click or drag to resize

IPageVersionViewName Property


Gets and sets this page version's ViewName.

Namespace:  Ingeniux.CMS
Assembly:  Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.5.94
Syntax
string ViewName { get; set; }

Property Value

Type: String
Remarks

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