Please enable JavaScript.
Coggle requires JavaScript to display documents.
HTMLHelper (HTML標籤 (<input> (Hidden / HiddenFor, TextBox / TextBox…
HTMLHelper
HTML標籤
<form>
BeginForm
EndForm
<input>
Hidden / HiddenFor
TextBox / TextBox For
Password / PasswordFor
RadioButton / RadioButtonFor
CheckBox /CheckBoxFor
<select>
DropDownList / DropDownListFor
ListBox / ListBoxFor
<label>
Label / LabelFor
<a>
ActionLink
RouteLink
<textarea>
TextArea() / TextAreaFor()
驗證
ValidationMessage / ValidationMessageFor
ValidatoinSummary / ValidationSummaryFor
使用其他View
Partical
Action
一般方法
防止 CSRF 攻擊
AntiForgeryToken
Raw