how to create nullable parameter in action method in c# code example
Example: how to pass an optional parameter in c# mvc asp.net
public ActionResult Index(string Country, int Regions = 2)
public ActionResult Index(string Country, int Regions = 2)