Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / ScriptDescriptor.cs / 1305376 / ScriptDescriptor.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI {
using System;
using System.Diagnostics.CodeAnalysis;
using System.Web;
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ElementNotEnabledException.cs
- SeparatorAutomationPeer.cs
- AuthorizationContext.cs
- SpecularMaterial.cs
- ComponentDispatcher.cs
- DesignerLoader.cs
- WebSysDisplayNameAttribute.cs
- DirectoryInfo.cs
- IdleTimeoutMonitor.cs
- SqlMetaData.cs
- OutputCacheSettings.cs
- OdbcRowUpdatingEvent.cs
- DocumentEventArgs.cs
- coordinator.cs
- BoundPropertyEntry.cs
- ListView.cs
- DependencyObjectPropertyDescriptor.cs
- StringAttributeCollection.cs
- ExpressionBuilder.cs
- Freezable.cs
- PageAsyncTaskManager.cs
- TextAction.cs
- InvokePattern.cs
- Query.cs
- DbConnectionClosed.cs
- GlyphRunDrawing.cs
- WindowsClientElement.cs
- PEFileEvidenceFactory.cs
- DesignerForm.cs
- LineVisual.cs
- DirectoryInfo.cs
- ExpressionSelection.cs
- DataGridViewSelectedRowCollection.cs
- WindowsGraphics2.cs
- ListViewPagedDataSource.cs
- ObjectListCommand.cs
- Keywords.cs
- LoadRetryHandler.cs
- LifetimeManager.cs
- TemplateContent.cs
- HwndProxyElementProvider.cs
- Options.cs
- WorkflowMarkupSerializationException.cs
- ToolboxControl.cs
- ToolBarButtonClickEvent.cs
- LicenseProviderAttribute.cs
- TemplateColumn.cs
- GridViewSelectEventArgs.cs
- ToolStripCollectionEditor.cs
- HostedHttpRequestAsyncResult.cs
- OptimalTextSource.cs
- OdbcRowUpdatingEvent.cs
- DeclarativeCatalogPartDesigner.cs
- DesignerInterfaces.cs
- CodeComment.cs
- ExpressionPrefixAttribute.cs
- CharacterString.cs
- OdbcConnectionPoolProviderInfo.cs
- ProjectedSlot.cs
- HttpCacheParams.cs
- Accessible.cs
- SQLInt16.cs
- FontWeights.cs
- Vector3DCollectionConverter.cs
- FlowchartDesigner.xaml.cs
- DataTableReaderListener.cs
- Model3DGroup.cs
- ResXResourceSet.cs
- ReadWriteSpinLock.cs
- DomainUpDown.cs
- ImageField.cs
- XmlElementList.cs
- StackOverflowException.cs
- ListBoxDesigner.cs
- StrongNameMembershipCondition.cs
- RTLAwareMessageBox.cs
- SqlClientWrapperSmiStream.cs
- SmtpSection.cs
- ISessionStateStore.cs
- AuthenticatingEventArgs.cs
- GeneralTransform3DTo2D.cs
- UiaCoreTypesApi.cs
- PeerToPeerException.cs
- FileCodeGroup.cs
- ListMarkerLine.cs
- _NtlmClient.cs
- DataGridViewRowCancelEventArgs.cs
- BaseParagraph.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- TiffBitmapEncoder.cs
- ManagedWndProcTracker.cs
- FontDifferentiator.cs
- MissingFieldException.cs
- CookielessHelper.cs
- sqlnorm.cs
- WindowsBrush.cs
- EventHandlerList.cs
- AdjustableArrowCap.cs
- FormViewPageEventArgs.cs
- TimeBoundedCache.cs