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

Inheritance: Controller
Afficher le fichier Open project: extnet/Ext.NET.Examples.MVC

Méthodes publiques

Méthode 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 méthode

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

Index() public méthode

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

ShippingAddressSubmit() public méthode

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

Submit() public méthode

public Submit ( Customer customer ) : System.Web.Mvc.ActionResult
customer Customer
Résultat System.Web.Mvc.ActionResult