C# Class AspNetIntro2016.Controllers.CalendarController

Inheritance: Controller
Afficher le fichier Open project: xlent-bi/AspNetIntro2016

Méthodes publiques

Méthode Description
Index ( int year, int month ) : System.Web.Mvc.ActionResult

Private Methods

Méthode Description
IsMonth ( int month ) : bool
IsYear ( int year ) : bool

Method Details

Index() public méthode

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
Résultat System.Web.Mvc.ActionResult