Span.MVC
(Created page with "{| class="wikitable" !#TargetType.TaggedValue !CommaSeparatedExampleValues !Short Description |- |#Span.MVC |True,False |The Turnkey WebApplication uses MVC for index and logi...")
 
No edit summary
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<message>Write the content here to display this box</message>
{| class="wikitable"
{| class="wikitable"
!#TargetType.TaggedValue
!#TargetType.TaggedValue
Line 6: 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 MVC=true on ViewModel.
|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]]
{{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