C# Class TestSite.Controllers.PostBackController

Inheritance: SmartDispatcherController
Afficher le fichier Open project: nats/castle-1.0.3-mono

Méthodes publiques

Méthode 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 méthode

public CustomArgs ( ) : void
Résultat void

Hello() public méthode

public Hello ( string name ) : void
name string
Résultat void

Index() public méthode

public Index ( ) : void
Résultat void

PostBackController() public méthode

public PostBackController ( ) : System
Résultat System

SayHello() public méthode

public SayHello ( string name ) : void
name string
Résultat void

TestNullArgs() public méthode

public TestNullArgs ( int i, double d, string s ) : void
i int
d double
s string
Résultat void