Anyone know the <%= %> or Response.Write() code for getting the version of .Net my web app is running on?
<%= %>
Response.Write()
任何人都知道<%=%>或Response.Write()代码是否正在运行.Net我的网络应用程序的版本?
12
System.Environment.Version will give you that.
System.Environment.Version
System.Environment.Version将为您提供。
0
System.Runtime.InteropServices.RuntimeEnvironment.GetSystemVersion