可能性の重複:この出力を生成するカスタムMVC3 ActionLinkのメソッドを作成する方法
How to put span element inside ActionLink MVC3?カスタムMVC3 ActionLinkメソッドの作成方法は?
:
<li>
<a href="/Home/ControllerName" data-ajax-update="#scroll"
data-ajax-mode="replace" data-ajax-method="GET"
data-ajax-loading="#progress" data-ajax="true">
<span>LinkText</span> // this span generated inside <a>
</a>
</li>
ここで尋ねたのと同じ質問を繰り返さないでください。http://stackoverflow.com/questions/8518109/how-to-put-span-element-inside-actionlink-mvc3 – Maheep