1 implementation of ICustomErrorsSection
System.Web.Extensions (1)
UI\CustomErrorsSectionWrapper.cs (1)
12
internal sealed class CustomErrorsSectionWrapper :
ICustomErrorsSection
{
6 references to ICustomErrorsSection
System.Web.Extensions (6)
UI\CustomErrorsSectionWrapper.cs (2)
21
string
ICustomErrorsSection
.DefaultRedirect {
27
CustomErrorCollection
ICustomErrorsSection
.Errors {
UI\ScriptManager.cs (4)
51
private readonly
ICustomErrorsSection
_customErrorsSection;
127
ICustomErrorsSection
customErrorsSection,
300
internal
ICustomErrorsSection
CustomErrorsSection {
1118
private static
ICustomErrorsSection
GetCustomErrorsSectionWithAssert() {