HttpContext.Current.Request.Url 현재 주소
HttpContext.Current.Request.UrlReferrer 이전 주소
2가지 모두 Uri 형태이므로 아래 속성값은 동일한 형태로 사용된다.
속성값
OriginalString : http://www.ts.nocutnews.co.kr:80/notification/1
AbsoluteUri : http://www.ts.nocutnews.co.kr/notification/1
Scheme : http
Host : www.ts.nocutnews.co.kr
Authority : www.ts.nocutnews.co.kr
AbsolutePath : /notification/1
PathAndQuery : /notification/1
Port : 80
'개발 > ASP.NET' 카테고리의 다른 글
Web.config 변수 설정 (0) | 2018.08.02 |
---|---|
ServerControl Rendering 후 html 태그 (0) | 2018.07.26 |
ClientScriptManager (0) | 2018.03.08 |
[ASP.NET] 라우팅 Routing (0) | 2018.03.07 |
linq class 내에 포함된 속성만 array로 리턴 (0) | 2018.01.24 |