Update for 27-03-22 00:15
This commit is contained in:
parent
7f85db3008
commit
afacf47f9b
@ -116,3 +116,9 @@ syntax anywhere in the HTML.
|
||||
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
|
||||
declaring Title as a string or even existing first.
|
||||
|
||||
== Common Errors ==
|
||||
|
||||
=== AspNetCore.App version 6.0 not found ===
|
||||
|
||||
Install the runtime, `aspnet-runtime`
|
||||
|
Loading…
Reference in New Issue
Block a user