What is the cool yet accurate way of determining the current version of ASP.NET MVC?
Posted
by rasx
on Stack Overflow
See other posts from Stack Overflow
or by rasx
Published on 2010-06-09T18:27:39Z
Indexed on
2010/06/09
18:32 UTC
Read the original article
Hit count: 203
asp.net-mvc
Is there a way to get the current version of ASP.NET MVC in code? Reflecting on MVC assemblies is needed? Any new IIS server variables? Some property to read in HTTP context?
© Stack Overflow or respective owner