Span.MVC
(Updated Edited template to July 12, 2025.)
No edit summary
 
Line 7: Line 7:
|#Span.MVC
|#Span.MVC
|True,False
|True,False
|The Turnkey WebApplication uses MVC for index and login pages - it defaults to Angular JS for all other pages. To get MVC on other pages, you must set the tagged value <code>MVC=true</code> on ViewModel. See: [[MVC]]
|The Turnkey WebApplication uses MVC for index and login pages - it defaults to Angular JS for all other pages. To get MVC on other pages, you must set the tagged value <code><span class="col-black">'''MVC=true'''</span></code> on ViewModel. See: [[Documentation:MVC|MVC]]
|}
|}
[[Category:Tagged Values]]
[[Category:Tagged Values]]
{{Edited|July|12|2025}}
{{Edited|July|12|2025}}

Latest revision as of 05:11, 31 January 2025

This page was created by Stephanie@mdriven.net on 2023-05-18. Last edited by Stephanie@mdriven.net on 2025-01-31.
#TargetType.TaggedValue CommaSeparatedExampleValues Short Description
#Span.MVC True,False The Turnkey WebApplication uses MVC for index and login pages - it defaults to Angular JS for all other pages. To get MVC on other pages, you must set the tagged value MVC=true on ViewModel. See: MVC