C# 클래스 Unic.SitecoreCMS.Modules.ErrorManager.Website.sitecore_modules.Web.Error_Manager._404

Page for status code 404 (notfound). It inherits from the BaseError, which does all needed stuff.
상속: Unic.SitecoreCMS.Modules.ErrorManager.Controls.BaseError
파일 보기 프로젝트 열기: unic/SitecoreErrorManager

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event and sets the settings key and status code for the current error page.

메소드 상세

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event and sets the settings key and status code for the current error page.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void