filmov
tv
Intro to ASP.NET Core MVC: ViewModels and Validation
Показать описание
Errata: In the lesson it is stated that using statements may not be included in Razor templates. This is not correct. You may add a using statement with the syntax:
@using CheeseMVC.Models
@model List<Cheese> This educational video was created for use in LaunchCode's in-person training programs. LaunchCode is unable to respond to comments on these videos or support learners outside of these programs.
@using CheeseMVC.Models
@model List<Cheese> This educational video was created for use in LaunchCode's in-person training programs. LaunchCode is unable to respond to comments on these videos or support learners outside of these programs.