Created
May 11, 2018 20:18
-
-
Save Hollyw00d/172e48e01e9a17e8720f2bd3a0cbb065 to your computer and use it in GitHub Desktop.
Razor Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@model ViewBag.Title = "Random"; | |
@{ | |
ViewBag.Title = "Random"; | |
Layout = "~/Views/Shared/_Layout.cshtml"; | |
} | |
<h2>@Model.Name</h2> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment