4
I see in some pages and systems the compilation version.
I’d like to show in a view the compilation version of my ASP.NET MVC project.
4
I see in some pages and systems the compilation version.
I’d like to show in a view the compilation version of my ASP.NET MVC project.
4
I think that’s all you want:
@typeof(SeuNamespace.MvcApplication).Assembly.GetName().Version
Browser other questions tagged c# asp.net-mvc .net asp.net-mvc-5
You are not signed in. Login or sign up in order to post.