C# Class AspNetIntro2016.Controllers.CalendarController

Inheritance: Controller
Datei anzeigen Open project: xlent-bi/AspNetIntro2016

Public Methods

Method Description
Index ( int year, int month ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
IsMonth ( int month ) : bool
IsYear ( int year ) : bool

Method Details

Index() public method

public Index ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
return System.Web.Mvc.ActionResult