다음을 통해 공유


SubstitutionResponseElement(HttpResponseSubstitutionCallback) 생성자

정의

SubstitutionResponseElement 클래스의 새 인스턴스를 초기화합니다.

public:
 SubstitutionResponseElement(System::Web::HttpResponseSubstitutionCallback ^ callback);
public SubstitutionResponseElement (System.Web.HttpResponseSubstitutionCallback callback);
new System.Web.Caching.SubstitutionResponseElement : System.Web.HttpResponseSubstitutionCallback -> System.Web.Caching.SubstitutionResponseElement
Public Sub New (callback As HttpResponseSubstitutionCallback)

매개 변수

callback
HttpResponseSubstitutionCallback

출력이 캐시된 페이지에 대한 응답의 일부로 설정된 정적 대체 콜백입니다.

예외

callback이(가) null인 경우

적용 대상