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
- 자바스크립트
- springboot
- PHP
- mssql
- 데이터베이스
- 다중pk
- javascript
- 이미지엑박
- HTML
- SQL
- 가상머신
- 쿼리
- 코딩테스트
- 트리플DES
- oracle
- ascx.cs
- 스프링부트
- ASP
- memoryDB
- 람다식함수
- 자동증가열
- VMWare
- C#
- mysql
- 오라클
- 다중기본키
- windows7
- 프로그래머스
- CrossSiteScripting
- db
Archives
- Today
- Total
목록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