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
- PageCache.cs
- PeerName.cs
- EndPoint.cs
- SystemColorTracker.cs
- ImageMapEventArgs.cs
- rsa.cs
- ToolStripLocationCancelEventArgs.cs
- ExpressionPrefixAttribute.cs
- GridViewUpdatedEventArgs.cs
- XPathExpr.cs
- CategoryNameCollection.cs
- NetTcpBindingElement.cs
- Pens.cs
- VisualProxy.cs
- Brush.cs
- RuleConditionDialog.cs
- ColumnTypeConverter.cs
- HtmlHead.cs
- TableLayout.cs
- BindUriHelper.cs
- XamlRtfConverter.cs
- Assert.cs
- WebBrowsableAttribute.cs
- IEnumerable.cs
- LinearGradientBrush.cs
- InfoCardArgumentException.cs
- ArrayExtension.cs
- CornerRadiusConverter.cs
- ArrangedElement.cs
- StorageAssociationSetMapping.cs
- ListBindingHelper.cs
- AdapterDictionary.cs
- ConfigurationHelpers.cs
- ListenerElementsCollection.cs
- SurrogateChar.cs
- RestHandler.cs
- TableLayoutSettings.cs
- InstancePersistenceCommandException.cs
- CssTextWriter.cs
- FileLoadException.cs
- XmlException.cs
- ToolStripContentPanelRenderEventArgs.cs
- SoapObjectInfo.cs
- WindowsMenu.cs
- ComAdminInterfaces.cs
- XMLSyntaxException.cs
- EmbeddedMailObjectsCollection.cs
- Compilation.cs
- ComponentChangingEvent.cs
- FileUtil.cs
- Match.cs
- PrintEvent.cs
- AuthenticationModuleElementCollection.cs
- CommentAction.cs
- DiscoveryMessageSequenceCD1.cs
- ToolStripGrip.cs
- ZipIOExtraFieldElement.cs
- MatrixCamera.cs
- PolyQuadraticBezierSegment.cs
- Codec.cs
- NullableIntAverageAggregationOperator.cs
- BridgeDataRecord.cs
- BrowserCapabilitiesFactoryBase.cs
- DbConnectionInternal.cs
- XsdDataContractImporter.cs
- CompatibleIComparer.cs
- UriTemplateDispatchFormatter.cs
- RubberbandSelector.cs
- PageAdapter.cs
- UrlMapping.cs
- SuppressedPackageProperties.cs
- SkipStoryboardToFill.cs
- ListViewHitTestInfo.cs
- WebPartExportVerb.cs
- NgenServicingAttributes.cs
- ExtenderProvidedPropertyAttribute.cs
- ClipboardData.cs
- HorizontalAlignConverter.cs
- SpellCheck.cs
- StylusPlugInCollection.cs
- AsyncCompletedEventArgs.cs
- PagedDataSource.cs
- CommonProperties.cs
- DataGridRowClipboardEventArgs.cs
- SwitchElementsCollection.cs
- EventLogPermissionAttribute.cs
- XmlSubtreeReader.cs
- QueryResponse.cs
- DataBindEngine.cs
- QilFunction.cs
- MimeObjectFactory.cs
- HttpClientChannel.cs
- HostUtils.cs
- WebPartConnectionsEventArgs.cs
- SetterBaseCollection.cs
- ToolStripControlHost.cs
- GC.cs
- WebConfigurationManager.cs
- DocumentReference.cs
- cryptoapiTransform.cs