C# Class MVC5Web.Controllers.HomeController

Inheritance: Controller
Show file Open project: megadotnet/ironframework

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult

Indexes this instance.

Others ( ) : System.Web.Mvc.ActionResult

UserName

UserName ( ) : Task

UserName

Private Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

Indexes this instance.
public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

Others() public method

UserName
public Others ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

UserName() public method

UserName
public UserName ( ) : Task
return Task