Page.UnregisterRequiresControlState(Control) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 컨트롤에 대한 컨트롤 상태의 지속을 중지합니다.
public:
void UnregisterRequiresControlState(System::Web::UI::Control ^ control);
public void UnregisterRequiresControlState (System.Web.UI.Control control);
member this.UnregisterRequiresControlState : System.Web.UI.Control -> unit
Public Sub UnregisterRequiresControlState (control As Control)
매개 변수
예외
Control은 null
입니다.
설명
제어 상태를 사용하는 사용자 지정 서버 컨트롤은 상태가 유지되기 전에 각 요청에서 를 호출 RegisterRequiresControlState 해야 합니다. 제어 상태에 대한 등록은 포스트백 중에 요청에서 요청으로 이월되지 않습니다. 메서드를 UnregisterRequiresControlState 사용하여 포스트백을 위해 더 이상 유지할 필요가 없는 컨트롤에 대해 컨트롤 상태가 유지되지 않도록 합니다.
내부적으로 메서드를 UnregisterRequiresControlState 사용하여 RemovedControl 컨트롤 컬렉션에서 컨트롤을 제거할 때 메서드가 호출됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET