C# Class CCN.Resource.Controllers.HomeController

Inheritance: CCN.Resource.Main.Common.DefaultController
Afficher le fichier Open project: Chinaccn/surfboard

Méthodes publiques

Méthode Description
BusinessIndex ( ) : System.Web.Mvc.ActionResult
CreateReader ( string filename, bool ignorecomments = true ) : XmlReader
HomeController ( ) : System

构造函数

Index ( ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
BusinessLogin ( string type ) : System.Web.Mvc.ActionResult
CheckBusinessLogin ( CustModel customerinfo ) : System.Web.Mvc.ActionResult
CheckLogin ( string loginname, string password ) : System.Web.Mvc.ActionResult
LeftMenu ( ) : System.Web.Mvc.ActionResult
Login ( string type ) : System.Web.Mvc.ActionResult

Method Details

BusinessIndex() public méthode

public BusinessIndex ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

CreateReader() public static méthode

public static CreateReader ( string filename, bool ignorecomments = true ) : XmlReader
filename string
ignorecomments bool
Résultat System.Xml.XmlReader

HomeController() public méthode

构造函数
public HomeController ( ) : System
Résultat System

Index() public méthode

public Index ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult