617 バイト追加
、 2020年2月15日 (土) 07:35
==Razor==
[ASP.NET Core]
===ハイパーリンク===
https://www.buildinsider.net/web/bookaspmvc5/040301
@Html.ActionLink(
"詳細", // リンクテキスト
"Details", // アクション名
"Result", // コントローラー名
"https", // プロトコル名
"www.wings.msn.to", // ホスト名
"memo", // フラグメント(# ~以降)
new { id = "980-NI-05038-8" }, // ルートパラメーター
new { tabindex = 1 } // その他の属性
)
<a href="/Result/Details/980-NI-05038-8?charset=utf8" tabindex="1"> 詳細 </a>