C# Class Calyptus.Mvc.HeadAttribute

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

Méthodes publiques

Méthode Description
HeadAttribute ( ) : System

Méthodes protégées

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

Method Details

HeadAttribute() public méthode

public HeadAttribute ( ) : System
Résultat System

Initialize() protected méthode

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

SerializePath() protected méthode

protected SerializePath ( IPathStack path, object value ) : void
path IPathStack
value object
Résultat void

TryBinding() protected méthode

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