AspNet.Mvc.TypedRouting.Test.LinkGeneration.BaseController.BaseController C# (CSharp) Метод

BaseController() защищенный Метод

protected BaseController ( ) : Microsoft.AspNetCore.Http
Результат Microsoft.AspNetCore.Http
        protected BaseController()
        {
            this.ControllerContext = new ControllerContext
            {
                HttpContext = new DefaultHttpContext
                {
                    RequestServices = TestServices.Global
                }
            };
        }
    }
BaseController