Method | Description | |
---|---|---|
BeginForm ( this This ) : |
||
CheckBox ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
EndForm ( this This ) : void | ||
Hidden ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
Input ( this This, string type, string key, object value = null, object htmlAttributes = null ) : |
||
Label ( this This, string text, string key = null ) : |
||
Password ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
RadioButton ( this This, string key, object button_value, object form_value = null, object htmlAttributes = null ) : |
||
RegisterFormField ( this This, string key ) : void | ||
ResolveFormValue ( this This, string key, object value ) : object | ||
TextArea ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
TextBox ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
ValidationSummary ( this This ) : string |
Method | Description | |
---|---|---|
GetFormData ( this This ) : FormData |
public static BeginForm ( this This ) : |
||
This | this | |
return |
public static CheckBox ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static Hidden ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static Input ( this This, string type, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
type | string | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static Label ( this This, string text, string key = null ) : |
||
This | this | |
text | string | |
key | string | |
return |
public static Password ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static RadioButton ( this This, string key, object button_value, object form_value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
button_value | object | |
form_value | object | |
htmlAttributes | object | |
return |
public static RegisterFormField ( this This, string key ) : void | ||
This | this | |
key | string | |
return | void |
public static ResolveFormValue ( this This, string key, object value ) : object | ||
This | this | |
key | string | |
value | object | |
return | object |
public static TextArea ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static TextBox ( this This, string key, object value = null, object htmlAttributes = null ) : |
||
This | this | |
key | string | |
value | object | |
htmlAttributes | object | |
return |
public static ValidationSummary ( this This ) : string | ||
This | this | |
return | string |