Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- 코딩테스트
- PHP
- 가상머신
- mssql
- javascript
- 다중기본키
- windows7
- 오라클
- 트리플DES
- 이미지엑박
- C#
- 스프링부트
- VMWare
- 다중pk
- ascx.cs
- CrossSiteScripting
- ASP
- 프로그래머스
- 람다식함수
- memoryDB
- 자동증가열
- 데이터베이스
- HTML
- springboot
- 쿼리
- 자바스크립트
- db
- SQL
- mysql
- oracle
Archives
- Today
- Total
목록RESPONSE.REDIRECT (1)
개발바닥 아방수

Response.Redirect(URL,false): The client is redirected to a new page and the current page on the server will keep processing ahead. (페이지 이동, 기존 페이지 스레드 계속) Response.Redirect(URL,true): The client is redirected to a new page, but the processing of the current page is aborted. (페이지 이동, 기존 페이지 스레드 죽음) (참고출처) https://stackoverflow.com/questions/6707465/when-should-i-use-response-redirecturl-true
웹 개발/C#
2022. 12. 16. 14:21