Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mvc のボタンをクリックして html ページを呼び出したいです。mvc3 から通常の html ページを呼び出す方法はありますか?
次に、ボタンは次のようになります。
<a href="path to html">Click me</a>
通常のように、ビューでアンカー タグを使用します。
<a href="/my-html-page.html">Click Me</a>