7
How can I identify the MVC version I’m using in my project?
7
How can I identify the MVC version I’m using in my project?
7
References
.System.Web.Mvc
.Properties
.Version
, as shown in the image below:Question added to Sopt as search source based in that question of OS.
6
As it was not specified whether it is in code or not, go by code:
typeof (Controller).Assembly.GetName().Version
Browser other questions tagged asp.net-mvc assembly
You are not signed in. Login or sign up in order to post.
Nice mustache, will be very useful too!!
– George Wurthmann