mirror of
https://github.com/rudollee/LearningMVC.git
synced 2025-06-07 07:56:14 +00:00
7 lines
78 B
Plaintext
7 lines
78 B
Plaintext
@{
|
|
ViewBag.Title = "MyView";
|
|
}
|
|
|
|
<h2>MyView</h2>
|
|
|
|
Message: @ViewBag.Message |