Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Script / AjaxFrameworkAssemblyAttribute.cs / 1305376 / AjaxFrameworkAssemblyAttribute.cs
namespace System.Web.Script { using System.Diagnostics.CodeAnalysis; using System.Reflection; [ AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false), SuppressMessage("Microsoft.Performance","CA1813:AvoidUnsealedAttributes", Justification="Intentially allowing for ajax assemblies to have a custom attribute type in order to override the virtual members. Result of looking for this attribute is cached.") ] public class AjaxFrameworkAssemblyAttribute : Attribute { protected internal virtual Assembly GetDefaultAjaxFrameworkAssembly(Assembly currentAssembly) { return currentAssembly; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. namespace System.Web.Script { using System.Diagnostics.CodeAnalysis; using System.Reflection; [ AttributeUsage(AttributeTargets.Assembly, AllowMultiple = false), SuppressMessage("Microsoft.Performance","CA1813:AvoidUnsealedAttributes", Justification="Intentially allowing for ajax assemblies to have a custom attribute type in order to override the virtual members. Result of looking for this attribute is cached.") ] public class AjaxFrameworkAssemblyAttribute : Attribute { protected internal virtual Assembly GetDefaultAjaxFrameworkAssembly(Assembly currentAssembly) { return currentAssembly; } } } // 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
- SafeBitVector32.cs
- EventBuilder.cs
- SqlExpressionNullability.cs
- DataSetUtil.cs
- EntityProxyTypeInfo.cs
- MissingFieldException.cs
- ValueUnavailableException.cs
- Propagator.JoinPropagator.cs
- Group.cs
- Membership.cs
- SwitchAttribute.cs
- xamlnodes.cs
- PropertyGridEditorPart.cs
- precedingsibling.cs
- GatewayDefinition.cs
- WebBrowserEvent.cs
- infer.cs
- AtomEntry.cs
- ParameterToken.cs
- XhtmlBasicLinkAdapter.cs
- FieldNameLookup.cs
- InkCollectionBehavior.cs
- XMLUtil.cs
- DesignerToolStripControlHost.cs
- ProtocolsSection.cs
- CancelEventArgs.cs
- TextModifier.cs
- CompositeFontInfo.cs
- XmlObjectSerializerContext.cs
- CodeCatchClause.cs
- HttpHeaderCollection.cs
- Types.cs
- BinaryMessageEncodingElement.cs
- Queue.cs
- IfAction.cs
- PathTooLongException.cs
- XPathQilFactory.cs
- _ProxyChain.cs
- UndoEngine.cs
- BuilderInfo.cs
- DependencyPropertyAttribute.cs
- AjaxFrameworkAssemblyAttribute.cs
- EndpointConfigContainer.cs
- LoadWorkflowCommand.cs
- DataServiceRequest.cs
- ScaleTransform.cs
- CodePrimitiveExpression.cs
- BuildProvidersCompiler.cs
- ProcessThreadDesigner.cs
- ResourceProviderFactory.cs
- StylusButtonEventArgs.cs
- ElementNotEnabledException.cs
- Ray3DHitTestResult.cs
- ComplexObject.cs
- TextUtf8RawTextWriter.cs
- PartialClassGenerationTask.cs
- SqlTransaction.cs
- ApplicationInterop.cs
- FormattedTextSymbols.cs
- NamedPermissionSet.cs
- TransactionFormatter.cs
- DirectoryInfo.cs
- VerificationAttribute.cs
- Binding.cs
- DataGridPageChangedEventArgs.cs
- ControlAdapter.cs
- WmpBitmapDecoder.cs
- ActivityXamlServices.cs
- WizardStepBase.cs
- FieldAccessException.cs
- OleDbParameterCollection.cs
- IPeerNeighbor.cs
- TextWriterEngine.cs
- HtmlLink.cs
- PrintPageEvent.cs
- DbException.cs
- SqlBuilder.cs
- AttachedPropertyMethodSelector.cs
- BuilderInfo.cs
- RectAnimationBase.cs
- HtmlHead.cs
- PickDesigner.xaml.cs
- BinaryFormatterWriter.cs
- WebContext.cs
- HostedTcpTransportManager.cs
- XmlStringTable.cs
- SerializerProvider.cs
- QueueProcessor.cs
- FilteredAttributeCollection.cs
- PrintingPermissionAttribute.cs
- FrameworkReadOnlyPropertyMetadata.cs
- DetailsViewRow.cs
- NGCSerializationManagerAsync.cs
- UpdatePanel.cs
- ImageDesigner.cs
- NGCSerializationManagerAsync.cs
- RecordConverter.cs
- WebPartConnectionsConfigureVerb.cs
- ListViewDeletedEventArgs.cs
- QueryOutputWriterV1.cs