C# Class Ext.Net.MVC.Examples.Areas.Element_Basic.Controllers.LayerController

Inheritance: Controller
Mostra file Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
ShowBottom ( string sender ) : System.Web.Mvc.ActionResult
ShowRight ( string sender ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Close ( string id ) : System.Web.Mvc.ActionResult
Close2 ( string id ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

ShowBottom() public method

public ShowBottom ( string sender ) : System.Web.Mvc.ActionResult
sender string
return System.Web.Mvc.ActionResult

ShowRight() public method

public ShowRight ( string sender ) : System.Web.Mvc.ActionResult
sender string
return System.Web.Mvc.ActionResult