C# Class Calyptus.Mvc.PostAttribute

Inheritance: BinderBaseAttribute
ファイルを表示 Open project: sebmarkbage/calyptus.mvc

Public Methods

Method Description
PostAttribute ( ) : System
PostAttribute ( string key ) : System

Protected Methods

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

Method Details

Initialize() protected method

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

PostAttribute() public method

public PostAttribute ( ) : System
return System

PostAttribute() public method

public PostAttribute ( string key ) : System
key string
return System

TryBinding() protected method

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