Turnkey session 9: View Override

This is the original generic view we use – use this as a starting point when stirring things up:

@using Eco.MVC
@model AngularModel
@{ Layout = null; }



Template:Root. ViewModelPresentation

<form >

<img src='~/Content/ajax-loader.gif' />
               @Html.AngualarUIActions(Model)
@Html.AngualarUI(Model)
@Html.DisplayErrorsWarningsInfos(Model)@*Error,Warning,Info constraints*@

</form> @Html.Partial("_DeveloperInfoPartial")

This page was edited 93 days ago on 02/10/2024. What links here