0

最新の 2013 VS プレビューでは、基本的な asp.net Web フォーム ページを作成すると、基本的なサイトが生成され、次の JS ファイルが参照され、プロジェクトに含まれます。

たとえば、WebForms.js はポストバックなどを処理しているように見えますが、独自のツリービューやグリッドビューなどを展開する予定がある場合、他の多くのものが必要かどうか疑問に思っていますか?

提供されている UI (ブートストラップ) を使用する予定がない場合、削除しても安全なファイルはどれですか?

<asp:ScriptReference Name="WebForms.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebForms.js" />
<asp:ScriptReference Name="WebUIValidation.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebUIValidation.js" />
<asp:ScriptReference Name="MenuStandards.js" Assembly="System.Web" Path="~/Scripts/WebForms/MenuStandards.js" />
<asp:ScriptReference Name="GridView.js" Assembly="System.Web" Path="~/Scripts/WebForms/GridView.js" />
<asp:ScriptReference Name="DetailsView.js" Assembly="System.Web" Path="~/Scripts/WebForms/DetailsView.js" />
<asp:ScriptReference Name="TreeView.js" Assembly="System.Web" Path="~/Scripts/WebForms/TreeView.js" />
<asp:ScriptReference Name="WebParts.js" Assembly="System.Web" Path="~/Scripts/WebForms/WebParts.js" />
<asp:ScriptReference Name="Focus.js" Assembly="System.Web" Path="~/Scripts/WebForms/Focus.js" />
4

1 に答える 1