mirror of
https://github.com/rudollee/LearningMVC.git
synced 2026-08-11 16:32:55 +00:00
Ch. 17 Controllers and Actions
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
@{
|
||||
ViewBag.Title = "MyView";
|
||||
}
|
||||
|
||||
<h2>MyView</h2>
|
||||
|
||||
Message: @ViewBag.Message
|
||||
Reference in New Issue
Block a user