ActionControllers.ControllerActionLocator.ControllerActionLocator C# (CSharp) 메소드

ControllerActionLocator() 공개 메소드

public ControllerActionLocator ( INamingConventions namingConventions ) : System
namingConventions INamingConventions
리턴 System
        public ControllerActionLocator(INamingConventions namingConventions)
        {
            this.namingConventions = namingConventions;
        }