Execute 메서드
MSDN 홈
MSDN
MSDN Library
.NET 개발
이전 버전
.NET Framework SDK 2.0
Class Library Reference
System.Web
HttpServerUtility 클래스
HttpServerUtility 메서드
Execute 메서드
Execute 메서드 (String)
Execute 메서드 (String, Boolean)
Execute 메서드 (String, TextWrite ...
Execute 메서드 (IHttpHandler, Tex ...
Execute 메서드 (String, TextWrite ...
HttpServerUtility 메서드
ClearError 메서드
CreateObject 메서드
CreateObjectFromClsid 메서드
Execute 메서드
GetLastError 메서드
HtmlDecode 메서드
HtmlEncode 메서드
MapPath 메서드
Transfer 메서드
UrlDecode 메서드
UrlEncode 메서드
UrlPathEncode 메서드
UrlTokenDecode 메서드
UrlTokenEncode 메서드
보기 전환 :
기본
Lightweight
ScriptFree
사용자 의견
.NET Framework 클래스 라이브러리
HttpServerUtility.Execute 메서드
현재 요청의 컨텍스트에서 지정된 리소스에 대한 처리기를 실행하고 이에 대한 제어 권한을 반환합니다.
오버로드 목록
이름
설명
HttpServerUtility.Execute (String)
현재 요청의 컨텍스트에서 지정된 가상 경로에 대한 처리기를 실행합니다.
HttpServerUtility.Execute (String, Boolean)
현재 요청의 컨텍스트에서 지정된 가상 경로에 대한 처리기를 실행하고
QueryString
및
Form
컬렉션을 지울지 여부를 지정합니다.
HttpServerUtility.Execute (String, TextWriter)
현재 요청의 컨텍스트에서 지정된 가상 경로에 대한 처리기를 실행합니다.
TextWriter
는 실행된 처리기에서 출력을 캡처합니다.
HttpServerUtility.Execute (IHttpHandler, TextWriter, Boolean)
현재 요청의 컨텍스트에서 지정된 가상 경로에 대한 처리기를 실행합니다.
TextWriter
는 실행된 처리기에서 출력을 캡처하며 부울 매개 변수는
QueryString
및
Form
컬렉션을 지울지 여부를 지정합니다.
HttpServerUtility.Execute (String, TextWriter, Boolean)
현재 요청의 컨텍스트에서 지정된 가상 경로에 대한 처리기를 실행합니다.
TextWriter
는 페이지에서 출력을 캡처하며 부울 매개 변수는
QueryString
및
Form
컬렉션을 지울지 여부를 지정합니다.
참고 항목
참조
HttpServerUtility 클래스
HttpServerUtility 멤버
System.Web 네임스페이스
태그 :