using System;
using System.ComponentModel.DataAnnotations;
namespace HelloWorldMvcApp
{
}
using System.Web.Mvc;
using System.Collections.Generic;
public class HomeController : Controller
[HttpGet]
public ActionResult Index()
return Content(Url.Action("Index","Home",null,Request.Url.Scheme));