この出力が欲しい:
<a href="\Catalog\Flooring">
<img src="http://site.com/dot.jpg" width="100px" height="100px" alt="" />
<span>Some text here</span>
</a>
次のような RouteLink を使用します。
<%= Html.RouteLink(myFPV.ProductTypeName, "CatalogType", new { controller = "Catalog", action = "Types", group = myFPV.ProductGroupName, type = myFPV.ProductTypeName })%>
<img>
タグ内にand <span>
(テキスト付き) タグを追加する方法がわかりません<a>
。
わかる?