개정판 f87dfb18
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