C# Class Calyptus.Mvc.HeadAttribute

Inheritance: BinderBaseAttribute
Show file Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
HeadAttribute ( ) : System

Protected Methods

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

Method Details

HeadAttribute() public method

public HeadAttribute ( ) : System
return System

Initialize() protected method

protected Initialize ( System method ) : void
method System
return void

SerializePath() protected method

protected SerializePath ( IPathStack path, object value ) : void
path IPathStack
value object
return void

TryBinding() protected method

protected TryBinding ( IHttpContext context, object &value ) : bool
context IHttpContext
value object
return bool