C# Class Manos.Mvc.FormHelperExtension

Afficher le fichier Open project: toptensoftware/manos

Méthodes publiques

Méthode Description
BeginForm ( this This ) : HtmlForm
CheckBox ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
EndForm ( this This ) : void
Hidden ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
Input ( this This, string type, string key, object value = null, object htmlAttributes = null ) : HtmlString
Label ( this This, string text, string key = null ) : HtmlString
Password ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
RadioButton ( this This, string key, object button_value, object form_value = null, object htmlAttributes = null ) : HtmlString
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 ) : HtmlString
TextBox ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
ValidationSummary ( this This ) : string

Private Methods

Méthode Description
GetFormData ( this This ) : FormData

Method Details

BeginForm() public static méthode

public static BeginForm ( this This ) : HtmlForm
This this
Résultat HtmlForm

CheckBox() public static méthode

public static CheckBox ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
key string
value object
htmlAttributes object
Résultat HtmlString

EndForm() public static méthode

public static EndForm ( this This ) : void
This this
Résultat void

Hidden() public static méthode

public static Hidden ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
key string
value object
htmlAttributes object
Résultat HtmlString

Input() public static méthode

public static Input ( this This, string type, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
type string
key string
value object
htmlAttributes object
Résultat HtmlString

Label() public static méthode

public static Label ( this This, string text, string key = null ) : HtmlString
This this
text string
key string
Résultat HtmlString

Password() public static méthode

public static Password ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
key string
value object
htmlAttributes object
Résultat HtmlString

RadioButton() public static méthode

public static RadioButton ( this This, string key, object button_value, object form_value = null, object htmlAttributes = null ) : HtmlString
This this
key string
button_value object
form_value object
htmlAttributes object
Résultat HtmlString

RegisterFormField() public static méthode

public static RegisterFormField ( this This, string key ) : void
This this
key string
Résultat void

ResolveFormValue() public static méthode

public static ResolveFormValue ( this This, string key, object value ) : object
This this
key string
value object
Résultat object

TextArea() public static méthode

public static TextArea ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
key string
value object
htmlAttributes object
Résultat HtmlString

TextBox() public static méthode

public static TextBox ( this This, string key, object value = null, object htmlAttributes = null ) : HtmlString
This this
key string
value object
htmlAttributes object
Résultat HtmlString

ValidationSummary() public static méthode

public static ValidationSummary ( this This ) : string
This this
Résultat string