- aggiunto un po di tutto comeil progetto del prof
This commit is contained in:
2018-09-14 19:38:02 +02:00
parent 05ce84a07a
commit c807c474c4
9698 changed files with 748393 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
@using System.Reflection
@{
var assembly = Assembly.GetEntryAssembly();
}
<footer class="main-footer">
<!-- To the right -->
<div class="pull-right hidden-xs">
@(assembly.GetCustomAttribute<AssemblyInformationalVersionAttribute>()?.InformationalVersion)
</div>
<!-- Default to the left -->
<strong>@(assembly.GetCustomAttribute<AssemblyCopyrightAttribute>()?.Copyright) <a href="#">@(assembly.GetCustomAttribute<AssemblyCompanyAttribute>()?.Company)</a>.</strong>
</footer>