有没有办法在我的网站上获取所有.aspx文件?也许迭代网站的文件结构并添加到数组?
Directory.GetFiles(HttpContext.Current.Server.MapPath(@"/"), "*.aspx", SearchOption.AllDirectories);