C# 클래스 biz.dfch.CS.Appclusive.UI.Controllers.DefaultController

상속: Controller
파일 보기 프로젝트 열기: dfensgmbh/biz.dfch.CS.Appclusive.UI

공개 메소드들

메소드 설명
DefaultController ( ) : System
Index ( ) : string
TestParameters ( string name, int ID = 1 ) : string
TestQueryString ( string name, int numTimes = 1 ) : string
Welcome ( ) : string

메소드 상세

DefaultController() 공개 메소드

public DefaultController ( ) : System
리턴 System

Index() 공개 메소드

public Index ( ) : string
리턴 string

TestParameters() 공개 메소드

public TestParameters ( string name, int ID = 1 ) : string
name string
ID int
리턴 string

TestQueryString() 공개 메소드

public TestQueryString ( string name, int numTimes = 1 ) : string
name string
numTimes int
리턴 string

Welcome() 공개 메소드

public Welcome ( ) : string
리턴 string