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