프로젝트

일반

사용자정보

개정판 f87dfb18

IDf87dfb189c0bbe38b0a4fc39c1a3c8c4b7e1e90a
상위 d43c2579
하위 f06cce07

김태성이(가) 약 5년 전에 추가함

Issue #200114 CTRL+방향키로 페이지의 Center 이동
- 뱡향키 사용시 컨트롤의 포커스가 변경되는 경우가 발생
CTRL+마우스 휠 페이지번호 변경

Change-Id: I7804b9fdf9a0720393a682a8183d9192ef43c8a3

차이점 보기:

ConvertService/ServiceBase/FileDownloadSite/Startup.cs
21 21
          new PhysicalFileProvider(
22 22
              Path.Combine(Environment.CurrentDirectory, "Files")));
23 23

  
24
            services.AddMvc();
24
            services.AddMvc(option=>option.EnableEndpointRouting = false);
25 25
        }
26 26

  
27 27
        // This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
28
        public void Configure(IApplicationBuilder app, IHostingEnvironment env)
28
        public void Configure(IApplicationBuilder app, IWebHostEnvironment env)
29 29
        {
30 30
            app.UseDeveloperExceptionPage();
31

  
31
       
32 32
            app.UseMvc(routes =>
33 33
            {
34 34
                routes.MapRoute(

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)