1
0
mirror of https://github.com/rudollee/LearningMVC.git synced 2025-06-07 07:56:14 +00:00
2017-04-13 03:19:09 +09:00

7 lines
78 B
Plaintext

@{
ViewBag.Title = "MyView";
}
<h2>MyView</h2>
Message: @ViewBag.Message