Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / RegisteredDisposeScript.cs / 1 / RegisteredDisposeScript.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System.Diagnostics; using System.Security.Permissions; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), ] public sealed class RegisteredDisposeScript { private Control _control; private UpdatePanel _parentUpdatePanel; private string _script; internal RegisteredDisposeScript(Control control, string disposeScript, UpdatePanel parentUpdatePanel) { Debug.Assert(control != null); Debug.Assert(disposeScript != null); Debug.Assert(parentUpdatePanel != null); _control = control; _script = disposeScript; _parentUpdatePanel = parentUpdatePanel; } public Control Control { get { return _control; } } public string Script { get { return _script; } } internal UpdatePanel ParentUpdatePanel { get { return _parentUpdatePanel; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComponentEditorForm.cs
- FormViewInsertedEventArgs.cs
- ToolboxComponentsCreatedEventArgs.cs
- cookie.cs
- _ProxyRegBlob.cs
- TextBoxDesigner.cs
- WebEventTraceProvider.cs
- DataGridViewColumnConverter.cs
- SystemColors.cs
- AssociationSetMetadata.cs
- TargetControlTypeAttribute.cs
- RootDesignerSerializerAttribute.cs
- RenderContext.cs
- OutArgumentConverter.cs
- ExtentKey.cs
- DocumentGridPage.cs
- _NegotiateClient.cs
- SecurityCriticalDataForSet.cs
- DbMetaDataCollectionNames.cs
- UserInitiatedNavigationPermission.cs
- FormViewModeEventArgs.cs
- ContentHostHelper.cs
- MexHttpsBindingElement.cs
- ByteStack.cs
- IisTraceWebEventProvider.cs
- PartialArray.cs
- _CookieModule.cs
- IndentedWriter.cs
- HttpNamespaceReservationInstallComponent.cs
- PropertyEntry.cs
- TerminateWorkflow.cs
- BuildProviderUtils.cs
- ServiceHttpHandlerFactory.cs
- ControlPropertyNameConverter.cs
- Int32CollectionConverter.cs
- PartitionedStream.cs
- Rect.cs
- ActivityStatusChangeEventArgs.cs
- WebGetAttribute.cs
- ProtocolException.cs
- HashStream.cs
- TraceContextRecord.cs
- FilterException.cs
- CodeLinePragma.cs
- ModuleElement.cs
- Transform.cs
- HttpServerVarsCollection.cs
- EditorBrowsableAttribute.cs
- TrustManager.cs
- PersonalizationStateInfo.cs
- X509Certificate2.cs
- ConcurrentDictionary.cs
- Point3DIndependentAnimationStorage.cs
- CurrencyWrapper.cs
- StorageInfo.cs
- ResourceWriter.cs
- HtmlTernaryTree.cs
- LocatorGroup.cs
- ProfessionalColors.cs
- CatchBlock.cs
- WebPartMenu.cs
- XmlSchemaAnyAttribute.cs
- CollectionTypeElement.cs
- BinaryOperationBinder.cs
- ISCIIEncoding.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- DocumentViewerBaseAutomationPeer.cs
- StatusBarAutomationPeer.cs
- ColumnWidthChangingEvent.cs
- IMembershipProvider.cs
- ExpandoClass.cs
- NativeMethods.cs
- PropertyPathConverter.cs
- BinaryUtilClasses.cs
- ContentFilePart.cs
- MouseActionValueSerializer.cs
- SecurityPolicySection.cs
- CodeTypeDelegate.cs
- TypeForwardedToAttribute.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- ClientSettingsProvider.cs
- Double.cs
- ToolBarTray.cs
- DbConnectionInternal.cs
- CodeAttributeArgument.cs
- SelectionRangeConverter.cs
- SplineKeyFrames.cs
- StateManagedCollection.cs
- LazyLoadBehavior.cs
- SqlCaseSimplifier.cs
- BitmapEffectGeneralTransform.cs
- _SafeNetHandles.cs
- RegisteredArrayDeclaration.cs
- TextRangeSerialization.cs
- StringComparer.cs
- WpfKnownTypeInvoker.cs
- RadioButtonStandardAdapter.cs
- UnsupportedPolicyOptionsException.cs
- KerberosTokenFactoryCredential.cs
- WindowsTreeView.cs