0
我有一個Visual Studio項目和該項目中的一些.aspx文件。目前的結構是:如何在Visual Studio中將.aspx文件放入.aspx文件中?
Project
Some Folder
Somefile.aspx
Somefile.aspx.cs
Somefile.aspx.designer.cs
Somefile.js
Other files ...
我想看到我的文件爲:
Project
Some Folder
Somefile.aspx
Somefile.aspx.cs
Somefile.aspx.designer.cs
Somefile.js <<<<< This file has bee tucked under .aspx file.
Other files ...
我怎樣才能實現這個結果?
我不知道爲什麼,這已經downvoted。我繼承了一個項目,我在.aspx文件下看到.js和.css文件。我在網上搜索瞭解它是如何完成的,但無法找到如何。所以,我訴諸了這個論壇。我認爲這是一個公平的問題。請評論爲什麼downvote是必要的,我會做出相應的修改。謝謝。 – Tom 2015-04-03 16:17:38
明白了。謝謝! – Tom 2015-04-03 19:27:02