Name | Description |
---|---|
DefaultControlBase | 웹 Application에서 사용하는 UserControl (ascx)의 기본 class |
DefaultMasterPageBase | Web Application의 기본 MasterPage 입니다. |
DefaultPageBase | Web Application의 기본 Page class 입니다. 모든 웹 Application Page는 이 클래스를 상속해야 합니다. |
NonAuthenticationPageBase | 보안 검사 (사용자 인증)을 수행하지 않고, 모든 요청에 응답하는 웹 페이지입니다. |
PageBase | 최상위 PageBase |