I would like do display in the footer of an ASP.NET Core 1.1
© 2017 MyApplication
<p>© 2017 @(ApplicationName)</p>
How do I get the application name?
I found an article on this subject but it's confusing about PlatformServices.Default.Application.ApplicationName
, because it says do not use Microsoft.Extensions.PlatformAbstractions
, but does not say what to use instead for the application name...