2 references to GetSettings
System.Web (2)
HttpContext.cs (1)
1373return CustomErrorsSection.GetSettings(this).CustomErrorsEnabled(_request);
UI\Page.cs (1)
1573_response.RedirectToErrorPage(_errorPage, CustomErrorsSection.GetSettings(Context).RedirectMode);