3月 21, 2014

MVC 比較特別要注意的用法

<label for="CheckBox1">CheckBox1</label><br>
@Html.Label("CheckBox1")
<br>
<a href="/" id="link1" target="_Blank">thisislink</a><br>
@Html.ActionLink("thisislink","index" , null, new { id="link1",target="_Blank"})
<br>
<a href="@Url.Content("http://google.tw")" target="_blank"><img alt="" src="logo_s.gif" /></a>
<br>
就只是按鈕:<input id="Button1" type="button" value="button" /><br>
水平線: <hr /><br>

沒有留言: