Update for 27-03-22 00:15

This commit is contained in:
Tyler Perkins 2022-03-27 00:15:01 -04:00
parent 7f85db3008
commit afacf47f9b

View File

@ -116,3 +116,9 @@ syntax anywhere in the HTML.
The ViewBag is an object that can be accessed in the Controller, and any sub The ViewBag is an object that can be accessed in the Controller, and any sub
type can be apecified. IE `ViewBag.Title = "Some title"` is valid, without type can be apecified. IE `ViewBag.Title = "Some title"` is valid, without
declaring Title as a string or even existing first. declaring Title as a string or even existing first.
== Common Errors ==
=== AspNetCore.App version 6.0 not found ===
Install the runtime, `aspnet-runtime`