HttpResponseWrapper.WriteSubstitution 메서드

정의

대체 블록을 응답에 삽입하여 캐시된 출력 응답의 영역을 동적으로 생성할 수 있도록 합니다.

public:
 override void WriteSubstitution(System::Web::HttpResponseSubstitutionCallback ^ callback);
public override void WriteSubstitution (System.Web.HttpResponseSubstitutionCallback callback);
override this.WriteSubstitution : System.Web.HttpResponseSubstitutionCallback -> unit
Public Overrides Sub WriteSubstitution (callback As HttpResponseSubstitutionCallback)

매개 변수

callback
HttpResponseSubstitutionCallback

대체할 메서드, 사용자 정의 컨트롤 또는 개체입니다.

예외

callback 매개 변수의 대상이 Control 형식인 경우

적용 대상