Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DurableTimerExtension.cs
- EmptyCollection.cs
- WmpBitmapDecoder.cs
- OutputCacheSettings.cs
- ContentDesigner.cs
- TreeViewEvent.cs
- CuspData.cs
- SqlInternalConnection.cs
- ProcessModelInfo.cs
- EntryIndex.cs
- RemotingSurrogateSelector.cs
- TextTreeUndo.cs
- WindowsSolidBrush.cs
- AssociationEndMember.cs
- Queue.cs
- SqlSupersetValidator.cs
- _ProxyChain.cs
- BuildDependencySet.cs
- ValidationPropertyAttribute.cs
- Message.cs
- SQLGuidStorage.cs
- CustomSignedXml.cs
- HtmlHead.cs
- SafeRightsManagementQueryHandle.cs
- OpenFileDialog.cs
- ExtractedStateEntry.cs
- CollectionViewGroupInternal.cs
- RTTypeWrapper.cs
- ReadOnlyDataSource.cs
- NavigationProperty.cs
- OptimalBreakSession.cs
- HttpDebugHandler.cs
- ApplicationSettingsBase.cs
- TypeViewSchema.cs
- BamlVersionHeader.cs
- BatchParser.cs
- PackUriHelper.cs
- TaskScheduler.cs
- ValidationErrorEventArgs.cs
- SigningCredentials.cs
- ObjectHelper.cs
- SafeHandles.cs
- SqlClientFactory.cs
- SendSecurityHeaderElement.cs
- WmlSelectionListAdapter.cs
- SqlErrorCollection.cs
- SqlSelectStatement.cs
- SafeNativeMethods.cs
- SymbolMethod.cs
- XmlSerializerFactory.cs
- _LocalDataStore.cs
- SimpleWebHandlerParser.cs
- WebExceptionStatus.cs
- keycontainerpermission.cs
- webclient.cs
- Path.cs
- WpfPayload.cs
- HighlightVisual.cs
- CollectionView.cs
- PersistChildrenAttribute.cs
- Message.cs
- WebBrowserNavigatingEventHandler.cs
- DataSet.cs
- DSASignatureDeformatter.cs
- ReadOnlyHierarchicalDataSource.cs
- ListViewItem.cs
- LocationSectionRecord.cs
- ErrorWebPart.cs
- SafeProcessHandle.cs
- ValidateNames.cs
- DataGrid.cs
- ReadContentAsBinaryHelper.cs
- ParseChildrenAsPropertiesAttribute.cs
- EUCJPEncoding.cs
- GB18030Encoding.cs
- TimerElapsedEvenArgs.cs
- StringInfo.cs
- DataGridViewEditingControlShowingEventArgs.cs
- JapaneseCalendar.cs
- FullTrustAssembly.cs
- FileUpload.cs
- SmiTypedGetterSetter.cs
- BrushValueSerializer.cs
- BCLDebug.cs
- ILGenerator.cs
- FixedSOMTextRun.cs
- ReplacementText.cs
- NameTable.cs
- PeerPresenceInfo.cs
- QueueAccessMode.cs
- DataTablePropertyDescriptor.cs
- XmlHierarchicalDataSourceView.cs
- ApplicationFileCodeDomTreeGenerator.cs
- SafeRightsManagementPubHandle.cs
- PlatformCulture.cs
- DPTypeDescriptorContext.cs
- UriExt.cs
- __Filters.cs
- WebControl.cs
- ServicePoint.cs