シンプルなボタンで視覚化の問題があり、これは完全にレンダリングされます
@Html.ActionLink("<", "Monthly", "Agenda", null, new Dictionary<string, object> { { "data-role", "button" }, { "data-theme", "c" }, { "data-mini", "true" } })
呼び出しているアクションにはパラメーターが必要なので、変更しました
@Html.ActionLink("<", "Monthly", "Agenda", new { shift = -1 }, new Dictionary<string, object> { { "data-role", "button" }, { "data-theme", "c" }, { "data-mini", "true" } })
上記のように変更すると、ボタンは機能しますが、jquery モバイル ボタンとしてレンダリングされなくなります
このhttp://i47.tinypic.com/alhs9h.pngから行きます
これにhttp://i48.tinypic.com/351ft5z.png
助けてくれてありがとう