Listing Folders in a Directory using asp.net and C#

后端 未结 5 1991
你的背包
你的背包 2020-12-11 07:58

.aspx file:

<%@ Import Namespace=\"System.IO\" %>




        
5条回答
  •  萌比男神i
    2020-12-11 08:55

    Don't use Console.WriteLine() use Response.Write(). You're trying to write to the console in a web application.

提交回复
热议问题