質問編集履歴

1

コード修正

2018/05/21 09:35

投稿

sanezane
sanezane

スコア91

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,15 @@
24
24
 
25
25
  <text x="85" y="90" text-anchor="middle">テキスト</text>
26
26
 
27
+
28
+
29
+ //svg内にアクションリンクを直接埋めてみたが画像が崩れただけ
30
+
27
- @Html.ActionLink("リンク", "index", "リンクcontrollerName")
31
+ @Html.ActionLink("リンク", "index", "リンクcontrollerName")
32
+
33
+
34
+
35
+ </svg>
28
36
 
29
37
  ```
30
38