C# Class TestSite.Controllers.PostBackController

Inheritance: SmartDispatcherController
显示文件 Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
CustomArgs ( ) : void
Hello ( string name ) : void
Index ( ) : void
PostBackController ( ) : System
SayHello ( string name ) : void
TestNullArgs ( int i, double d, string s ) : void

Method Details

CustomArgs() public method

public CustomArgs ( ) : void
return void

Hello() public method

public Hello ( string name ) : void
name string
return void

Index() public method

public Index ( ) : void
return void

PostBackController() public method

public PostBackController ( ) : System
return System

SayHello() public method

public SayHello ( string name ) : void
name string
return void

TestNullArgs() public method

public TestNullArgs ( int i, double d, string s ) : void
i int
d double
s string
return void