Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BidOverLoads.cs
- Clipboard.cs
- ZoneLinkButton.cs
- XPathPatternBuilder.cs
- EntityContainer.cs
- RoutedEventArgs.cs
- GridViewDesigner.cs
- ActivatedMessageQueue.cs
- FormViewDesigner.cs
- UTF32Encoding.cs
- Helpers.cs
- ColorTransformHelper.cs
- ColorPalette.cs
- X509Utils.cs
- ToolStripRenderer.cs
- TabletCollection.cs
- CreateParams.cs
- PagesSection.cs
- MutableAssemblyCacheEntry.cs
- DecimalKeyFrameCollection.cs
- PaginationProgressEventArgs.cs
- ExpressionBuilder.cs
- MatrixIndependentAnimationStorage.cs
- Decoder.cs
- CustomLineCap.cs
- TextDecorationCollection.cs
- recordstate.cs
- ReachSerializationUtils.cs
- UnitControl.cs
- FilterableData.cs
- TextTreeRootNode.cs
- SoapElementAttribute.cs
- x509utils.cs
- CellLabel.cs
- SHA1Cng.cs
- CompressEmulationStream.cs
- CompositeControl.cs
- RoutedEventConverter.cs
- AspNetCacheProfileAttribute.cs
- TextBox.cs
- LingerOption.cs
- TextElementEditingBehaviorAttribute.cs
- Button.cs
- OutputCacheSettings.cs
- ImageIndexEditor.cs
- SqlClientWrapperSmiStreamChars.cs
- Byte.cs
- EtwTrace.cs
- DataGridCell.cs
- PerfCounterSection.cs
- ServicePoint.cs
- BitmapPalette.cs
- DBDataPermissionAttribute.cs
- Point4DValueSerializer.cs
- DateTimeUtil.cs
- DataPagerFieldItem.cs
- HttpWriter.cs
- RSAPKCS1KeyExchangeFormatter.cs
- SocketElement.cs
- TextServicesPropertyRanges.cs
- WindowsPen.cs
- SubqueryRules.cs
- Win32NamedPipes.cs
- ImageMap.cs
- EngineSiteSapi.cs
- AttachedPropertyBrowsableAttribute.cs
- Geometry3D.cs
- XmlElementAttributes.cs
- SiteMembershipCondition.cs
- SByte.cs
- RenderOptions.cs
- HyperLinkDesigner.cs
- WriteableBitmap.cs
- SlipBehavior.cs
- HyperlinkAutomationPeer.cs
- ExceptionRoutedEventArgs.cs
- PreloadedPackages.cs
- GlyphRunDrawing.cs
- XsdCachingReader.cs
- NaturalLanguageHyphenator.cs
- LoginViewDesigner.cs
- IDQuery.cs
- CursorInteropHelper.cs
- ThumbButtonInfoCollection.cs
- DynamicControlParameter.cs
- XmlCharType.cs
- WebPartDisplayModeCancelEventArgs.cs
- Mapping.cs
- MappingItemCollection.cs
- ButtonField.cs
- ManifestResourceInfo.cs
- Stylesheet.cs
- ObjectSecurity.cs
- latinshape.cs
- ControlValuePropertyAttribute.cs
- DataGridTextBoxColumn.cs
- ColumnClickEvent.cs
- DataGridViewAdvancedBorderStyle.cs
- CancellationTokenRegistration.cs
- HuffCodec.cs