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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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