C# (CSharp) Unic.SitecoreCMS.Modules.ErrorManager.Controls Namespace

Classes

Name Description
BaseError Base class for all error pages. First of all we search for an Sitecore.Data.Items.Item in the current Sitecore.Sites.SiteContext and in the current Sitecore.Globalization.Language (or in the default language of the current Sitecore.Sites.SiteContext). If not found, we take the configured static file as error page. After resolving the url to the error page, we make a System.Net.HttpWebRequest to this page and write the raw content of the System.Net.HttpWebResponse to the current response.