ScriptKeeper keeps track of scripts.
Install with NuGet!
PM> Install-Package ScriptKeeper
It"s an HtmlHelper extension method designed to allow a script to be registered multiple times during an MVC action. That script will be rendered only once in the final page.
It"s most useful in partial views that require a JavaScript file that hasn"t been linked in the parent view.
Imagine a partial view that declares a
for a model. That view requires some JavaScript file to add content to the
. But, the parent of that partial view doesn"t know that the JavaScript file needs to be included. With ScriptKeeper, the solution is simple:
```
<% Html.ScriptKeeper().Local.Register("~/script/required/by/partialview.js"); %>
文 件 列 表
script-keeper-bin-windows
Keeper.OfScripts.dll
ReadMe.txt