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