Razor
ナビゲーションに移動
検索に移動
Razor
ハイパーリンク
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>
© 2006 矢木浩人