2 implementations of Context
System.Web.Extensions (2)
UI\ScriptManager.cs (1)
2083HttpContextBase IControl.Context {
UI\ScriptManagerProxy.cs (1)
258HttpContextBase IControl.Context {
3 references to Context
System.Web.Extensions (3)
UI\PageRequestManager.cs (3)
422if (String.IsNullOrEmpty(errorMessage) && !_owner.Control.Context.IsCustomErrorEnabled) { 431if (_owner.AllowCustomErrorsRedirect && _owner.Control.Context.IsCustomErrorEnabled) { 448IDictionary items = _owner.Control.Context.Items;