Skip to content

Instantly share code, notes, and snippets.

@mauricedb
Created December 13, 2015 14:05
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 mauricedb/0834302d3db955027575 to your computer and use it in GitHub Desktop.
Save mauricedb/0834302d3db955027575 to your computer and use it in GitHub Desktop.
@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>
<h4>OperatingSystem: @ViewData["OperatingSystem"]</h4>
<h4>OperatingSystemVersion: @ViewData["OperatingSystemVersion"]</h4>
<h4>RuntimeType: @ViewData["RuntimeType"]</h4>
<h4>RuntimeArchitecture: @ViewData["RuntimeArchitecture"]</h4>
<h4>RuntimeVersion: @ViewData["RuntimeVersion"]</h4>
<p>Use this area to provide additional information.</p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment