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
- TabControlAutomationPeer.cs
- HttpRawResponse.cs
- IntSecurity.cs
- LOSFormatter.cs
- DetailsViewPagerRow.cs
- EncoderReplacementFallback.cs
- RemoteWebConfigurationHost.cs
- CachedBitmap.cs
- DataContractSerializerSection.cs
- Int16AnimationBase.cs
- DataGridTableCollection.cs
- ClientScriptManager.cs
- PersianCalendar.cs
- HttpResponseInternalWrapper.cs
- EntitySqlQueryCacheEntry.cs
- HtmlTableCellCollection.cs
- ComplexBindingPropertiesAttribute.cs
- HMACSHA512.cs
- OperationResponse.cs
- TableLayoutPanelBehavior.cs
- BamlLocalizationDictionary.cs
- BamlTreeMap.cs
- RadioButtonAutomationPeer.cs
- DPAPIProtectedConfigurationProvider.cs
- Border.cs
- MetafileHeader.cs
- CharAnimationUsingKeyFrames.cs
- Dictionary.cs
- SpellerHighlightLayer.cs
- ViewStateModeByIdAttribute.cs
- VisualStyleElement.cs
- RepeaterItemCollection.cs
- FamilyTypeface.cs
- ProfileService.cs
- DbParameterCollectionHelper.cs
- ConstNode.cs
- OleDbConnection.cs
- ImageConverter.cs
- ViewGenResults.cs
- RelationshipType.cs
- WebPartAddingEventArgs.cs
- DynamicValidatorEventArgs.cs
- DesignerAutoFormat.cs
- WebServiceResponseDesigner.cs
- ListSourceHelper.cs
- FrameworkObject.cs
- InvalidCastException.cs
- NativeBuffer.cs
- SurrogateEncoder.cs
- SqlAggregateChecker.cs
- SizeConverter.cs
- SrgsElementList.cs
- keycontainerpermission.cs
- CoreSwitches.cs
- IsolatedStoragePermission.cs
- Propagator.cs
- SQLString.cs
- WebDescriptionAttribute.cs
- PackageStore.cs
- ActivationArguments.cs
- SystemNetworkInterface.cs
- Matrix3DStack.cs
- AutomationPropertyInfo.cs
- SchemaTableColumn.cs
- LocalizationParserHooks.cs
- HotCommands.cs
- PeerNameRecordCollection.cs
- TableDesigner.cs
- ImageAutomationPeer.cs
- ClientSideProviderDescription.cs
- BamlWriter.cs
- SignatureResourcePool.cs
- HttpWebResponse.cs
- Grant.cs
- IisTraceWebEventProvider.cs
- RenderContext.cs
- DelegatingTypeDescriptionProvider.cs
- XmlIlVisitor.cs
- CompModSwitches.cs
- SigningCredentials.cs
- DynamicRenderer.cs
- RedirectionProxy.cs
- Stylus.cs
- AbstractExpressions.cs
- NativeObjectSecurity.cs
- BasePattern.cs
- OletxVolatileEnlistment.cs
- CustomSignedXml.cs
- DesignerLoader.cs
- dataobject.cs
- MatcherBuilder.cs
- VectorAnimationBase.cs
- DataGridViewRowCancelEventArgs.cs
- MultiAsyncResult.cs
- XmlBufferReader.cs
- FastEncoder.cs
- UnsafeNativeMethodsMilCoreApi.cs
- SectionInput.cs
- Ops.cs
- DataTablePropertyDescriptor.cs