C# Class Ext.Net.MVC.Examples.Areas.Dynamic_Partial_Rendering.Controllers.ASPX_EngineController

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

Public Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
View1 ( string containerId ) : System.Web.Mvc.ActionResult
View2 ( string containerId ) : System.Web.Mvc.ActionResult
View3 ( string containerId ) : System.Web.Mvc.ActionResult
View4 ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

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

View1() public method

public View1 ( string containerId ) : System.Web.Mvc.ActionResult
containerId string
return System.Web.Mvc.ActionResult

View2() public method

public View2 ( string containerId ) : System.Web.Mvc.ActionResult
containerId string
return System.Web.Mvc.ActionResult

View3() public method

public View3 ( string containerId ) : System.Web.Mvc.ActionResult
containerId string
return System.Web.Mvc.ActionResult

View4() public method

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