C# Class SimpleBindingSample.Controllers.ContactController

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

Méthodes publiques

Méthode Description
Index ( ) : void

Renders some sample forms

PostMessage ( String name, String email, int age, String countryCode ) : void
PostMessages ( String name ) : void

Method Details

Index() public méthode

Renders some sample forms
public Index ( ) : void
Résultat void

PostMessage() public méthode

public PostMessage ( String name, String email, int age, String countryCode ) : void
name String
email String
age int
countryCode String
Résultat void

PostMessages() public méthode

public PostMessages ( String name ) : void
name String
Résultat void