diff --git a/samples/MvcSample.Web/Home2Controller.cs b/samples/MvcSample.Web/Home2Controller.cs index 93f0ba7c6f..f9843c0984 100644 --- a/samples/MvcSample.Web/Home2Controller.cs +++ b/samples/MvcSample.Web/Home2Controller.cs @@ -18,8 +18,6 @@ namespace MvcSample.Web.RandomNameSpace get; set; } - public ActionContext ActionContext { get; set; } - public string Index() { return "Hello World: my namespace is " + this.GetType().Namespace;