「Razor」の版間の差分
ナビゲーションに移動
検索に移動
(同じ利用者による、間の1版が非表示) | |||
1行目: | 1行目: | ||
− | ==Razor== | + | ==[[Razor]]== |
− | [[ASP.NET Core]] | + | [[ASP.NET Core]] | |
− | === | + | ===ハイパー[[リンク]]=== |
https://www.buildinsider.net/web/bookaspmvc5/040301 | https://www.buildinsider.net/web/bookaspmvc5/040301 | ||
@Html.ActionLink( | @Html.ActionLink( | ||
− | "詳細", // | + | "詳細", // [[リンク]]テキスト |
"Details", // アクション名 | "Details", // アクション名 | ||
− | " | + | "[[R]]esult", // コントローラー名 |
"https", // プロトコル名 | "https", // プロトコル名 | ||
"www.wings.msn.to", // ホスト名 | "www.wings.msn.to", // ホスト名 | ||
"memo", // フラグメント(# ~以降) | "memo", // フラグメント(# ~以降) | ||
new { id = "980-NI-05038-8" }, // ルートパラメーター | new { id = "980-NI-05038-8" }, // ルートパラメーター | ||
− | new { tabindex = 1 } // | + | new { tabindex = 1 } // [[その他]]の属性 |
) | ) | ||
− | <a href="/ | + | <a href="/[[R]]esult/Details/980-NI-05038-8?charset=utf8" tabindex="1"> 詳細 </a> |
2020年2月16日 (日) 04:31時点における最新版
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 矢木浩人