C# Class Calyptus.Mvc.FormAttribute

Inheritance: BinderBaseAttribute
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
FormAttribute ( ) : System
FormAttribute ( string formKey ) : System

Méthodes protégées

Méthode Description
Initialize ( System method ) : void
TryBinding ( IHttpContext context, object &value ) : bool

Method Details

FormAttribute() public méthode

public FormAttribute ( ) : System
Résultat System

FormAttribute() public méthode

public FormAttribute ( string formKey ) : System
formKey string
Résultat System

Initialize() protected méthode

protected Initialize ( System method ) : void
method System
Résultat void

TryBinding() protected méthode

protected TryBinding ( IHttpContext context, object &value ) : bool
context IHttpContext
value object
Résultat bool