C# 클래스 SimpleBindingSample.Controllers.ContactController

상속: SmartDispatcherController
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

공개 메소드들

메소드 설명
Index ( ) : void

Renders some sample forms

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

메소드 상세

Index() 공개 메소드

Renders some sample forms
public Index ( ) : void
리턴 void

PostMessage() 공개 메소드

public PostMessage ( String name, String email, int age, String countryCode ) : void
name String
email String
age int
countryCode String
리턴 void

PostMessages() 공개 메소드

public PostMessages ( String name ) : void
name String
리턴 void