WebUI.App_Start.HTML5ServerOptions.HTML5ServerOptions C# (CSharp) 메소드

HTML5ServerOptions() 공개 메소드

public HTML5ServerOptions ( ) : System
리턴 System
        public HTML5ServerOptions()
        {
            FileServerOptions = new FileServerOptions();
            EntryPath = PathString.Empty;
        }
    }
HTML5ServerOptions