AspNet.Mvc.TypedRouting.Test.LinkGeneration.UsualController.ActionWithChangedName C# (CSharp) 메소드

ActionWithChangedName() 개인적인 메소드

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