How to print similar information as phpinfo() but for ASP.NET?

后端 未结 11 2089
予麋鹿
予麋鹿 2020-12-08 11:27

I\'ve looped over the Request.ServerVariables collection in ASP.NET, but it\'s not as comprehensive as phpinfo().

How can I print all that

11条回答
  •  轮回少年
    2020-12-08 11:48

    I've got a gist available to add a razor page with phpinfo type information in .net core...

提交回复
热议问题