C# Class Calyptus.Mvc.PostAttribute

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

Méthodes publiques

Méthode Description
PostAttribute ( ) : System
PostAttribute ( string key ) : System

Méthodes protégées

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

Method Details

Initialize() protected méthode

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

PostAttribute() public méthode

public PostAttribute ( ) : System
Résultat System

PostAttribute() public méthode

public PostAttribute ( string key ) : System
key string
Résultat System

TryBinding() protected méthode

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