T4MVCの「リンク」機能(@ Links.Content.Site_cssなど)を多用し始めています。エリア内のフォルダに保存されているファイルのメソッドを生成する方法があるかどうか誰かが知っていますか?設定ファイルに以下の変更を加えてみましたが、うまくいきませんでした。
// Folders containing static files for which links are generated (e.g. Links.Scripts.Map_js)
readonly string[] StaticFilesFolders = new string[] {
"Scripts",
"Content",
"Areas/Admin/Content"
};
よろしくお願いします。
DS