AspNet.Mvc.TypedRouting.Test.LinkGeneration.UsualController.ActionWithChangedName C# (CSharp) Method

ActionWithChangedName() private method

private ActionWithChangedName ( ) : IActionResult
return IActionResult
        public IActionResult ActionWithChangedName()
        {
            return null;
        }