C# Class biz.dfch.CS.Appclusive.UI.Controllers.DefaultController

Inheritance: Controller
显示文件 Open project: dfensgmbh/biz.dfch.CS.Appclusive.UI

Public Methods

Method Description
DefaultController ( ) : System
Index ( ) : string
TestParameters ( string name, int ID = 1 ) : string
TestQueryString ( string name, int numTimes = 1 ) : string
Welcome ( ) : string

Method Details

DefaultController() public method

public DefaultController ( ) : System
return System

Index() public method

public Index ( ) : string
return string

TestParameters() public method

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

TestQueryString() public method

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

Welcome() public method

public Welcome ( ) : string
return string