Skip to content

Instantly share code, notes, and snippets.

@Hollyw00d
Created May 11, 2018 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hollyw00d/172e48e01e9a17e8720f2bd3a0cbb065 to your computer and use it in GitHub Desktop.
Save Hollyw00d/172e48e01e9a17e8720f2bd3a0cbb065 to your computer and use it in GitHub Desktop.
Razor Example
@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