Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / ScriptDescriptor.cs / 1 / ScriptDescriptor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; using System.Web; [ AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal), AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal) ] public abstract class ScriptDescriptor { [SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Justification = "Implementation will likely be too slow for a property")] protected internal abstract string GetScript(); internal virtual void RegisterDisposeForDescriptor(ScriptManager scriptManager, Control owner) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ECDsaCng.cs
- WebPartDeleteVerb.cs
- EventWaitHandleSecurity.cs
- WithStatement.cs
- QueuePathDialog.cs
- BulletedList.cs
- AdCreatedEventArgs.cs
- ThemeInfoAttribute.cs
- Wizard.cs
- NavigationPropertyEmitter.cs
- ToolStripControlHost.cs
- BamlBinaryReader.cs
- ContentElementAutomationPeer.cs
- DataSourceHelper.cs
- XmlDesigner.cs
- EventRouteFactory.cs
- GroupQuery.cs
- BlurEffect.cs
- CheckableControlBaseAdapter.cs
- WizardStepBase.cs
- CreateUserWizardStep.cs
- WinEventHandler.cs
- KeyValueSerializer.cs
- ImageListStreamer.cs
- AvTraceFormat.cs
- _HelperAsyncResults.cs
- AsymmetricKeyExchangeDeformatter.cs
- GlyphElement.cs
- ServicePointManagerElement.cs
- __FastResourceComparer.cs
- ButtonPopupAdapter.cs
- ListBoxChrome.cs
- ProviderSettings.cs
- StoryFragments.cs
- SubclassTypeValidatorAttribute.cs
- Rectangle.cs
- DrawingContextFlattener.cs
- TreeViewImageIndexConverter.cs
- RotateTransform.cs
- XMLUtil.cs
- EdmProperty.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- EasingQuaternionKeyFrame.cs
- HMACMD5.cs
- GeneratedCodeAttribute.cs
- HttpRuntimeSection.cs
- UpdatableWrapper.cs
- WebPartEditVerb.cs
- DataRowChangeEvent.cs
- XsdCachingReader.cs
- CreatingCookieEventArgs.cs
- AttributeAction.cs
- DbBuffer.cs
- RealProxy.cs
- HandlerBase.cs
- SqlReorderer.cs
- ImageSourceValueSerializer.cs
- HttpPostProtocolReflector.cs
- SolidColorBrush.cs
- PreDigestedSignedInfo.cs
- AutomationTextAttribute.cs
- SwitchElementsCollection.cs
- UriSection.cs
- Stopwatch.cs
- CompilerGlobalScopeAttribute.cs
- HttpSysSettings.cs
- Soap11ServerProtocol.cs
- DecoderReplacementFallback.cs
- StorageEntityContainerMapping.cs
- CharAnimationBase.cs
- MenuCommand.cs
- NTAccount.cs
- SessionPageStatePersister.cs
- MarshalByValueComponent.cs
- SQLBytes.cs
- CurrencyWrapper.cs
- MatchNoneMessageFilter.cs
- XmlSchemaImport.cs
- ImageKeyConverter.cs
- StylusOverProperty.cs
- BindingGroup.cs
- DataGridLengthConverter.cs
- ComponentManagerBroker.cs
- ClientScriptManager.cs
- FixedSOMElement.cs
- ProcessingInstructionAction.cs
- BitmapEffectDrawingContent.cs
- ElementAction.cs
- DecimalConstantAttribute.cs
- WaitHandle.cs
- ChangeTracker.cs
- PointUtil.cs
- X509Chain.cs
- ImageSource.cs
- SslStream.cs
- PersonalizationProviderCollection.cs
- PathData.cs
- StrongNameKeyPair.cs
- HwndProxyElementProvider.cs
- MobileUserControl.cs