C# Class WebApplication4.Controllers.HomeController

Inheritance: Controller
Datei anzeigen Open project: Rxcso/PrototipoSoftware Class Usage Examples

Public Methods

Method Description
About ( ) : System.Web.Mvc.ActionResult
Contact ( ) : System.Web.Mvc.ActionResult
Index ( string nombre, DateTime fech_ini, DateTime fech_fin, int idCategoria, int idSubCat, int idRegion, int page ) : System.Web.Mvc.ActionResult
Index2 ( ) : System.Web.Mvc.ActionResult
PuntoVentas ( ) : System.Web.Mvc.ActionResult
Search3 ( string region ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Destacados ( ) : System.Web.Mvc.ActionResult
Subcategorias ( int idCategoria ) : System.Web.Mvc.ActionResult

Method Details

About() public method

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

Contact() public method

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

Index() public method

public Index ( string nombre, DateTime fech_ini, DateTime fech_fin, int idCategoria, int idSubCat, int idRegion, int page ) : System.Web.Mvc.ActionResult
nombre string
fech_ini DateTime
fech_fin DateTime
idCategoria int
idSubCat int
idRegion int
page int
return System.Web.Mvc.ActionResult

Index2() public method

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

PuntoVentas() public method

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

Search3() public method

public Search3 ( string region ) : System.Web.Mvc.ActionResult
region string
return System.Web.Mvc.ActionResult