C# Class Ext.Net.MVC.Examples.Areas.Models.Controllers.Editor_TemplateController

Inheritance: Controller
显示文件 Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
BillingAddressSubmit ( [ Prefix = "BillingAddress")]Addressaddress ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
ShippingAddressSubmit ( [ Prefix = "ShippingAddress")]Addressaddress ) : System.Web.Mvc.ActionResult
Submit ( Customer customer ) : System.Web.Mvc.ActionResult

Method Details

BillingAddressSubmit() public method

public BillingAddressSubmit ( [ Prefix = "BillingAddress")]Addressaddress ) : System.Web.Mvc.ActionResult
Prefix [
return System.Web.Mvc.ActionResult

Index() public method

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

ShippingAddressSubmit() public method

public ShippingAddressSubmit ( [ Prefix = "ShippingAddress")]Addressaddress ) : System.Web.Mvc.ActionResult
Prefix [
return System.Web.Mvc.ActionResult

Submit() public method

public Submit ( Customer customer ) : System.Web.Mvc.ActionResult
customer Customer
return System.Web.Mvc.ActionResult