Skip to content

Instantly share code, notes, and snippets.

@BryanWilhite
Created November 12, 2014 23:18
Show Gist options
  • Save BryanWilhite/42c7dc96a57ad43b6f0d to your computer and use it in GitHub Desktop.
Save BryanWilhite/42c7dc96a57ad43b6f0d to your computer and use it in GitHub Desktop.
ASP.NET MVC Razor: ApplicationInformation
<div id="IndexFooter">
<span id="ApplicationInformation">
@string.Format("{0}, {1} Version: {2}, {3}", Model.AssemblyCompany, Model.AssemblyTitle, Model.AssemblyVersion,Model.AssemblyVersionDetail) </span>
<span><a href="@Url.Content("~/")" runat="server">Server Index</a></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment