Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / ResourceCategoryAttribute.cs / 1 / ResourceCategoryAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI { using System; using System.ComponentModel; using System.Reflection; using System.Web.Resources; using System.Web.Util; [AttributeUsage(AttributeTargets.All)] internal sealed class ResourceCategoryAttribute : CategoryAttribute { internal ResourceCategoryAttribute(string category) : base(category) { } public override object TypeId { get { return typeof(CategoryAttribute); } } protected override string GetLocalizedString(string value) { string localizedValue = base.GetLocalizedString(value); if (localizedValue == null) { localizedValue = AtlasWeb.ResourceManager.GetString("Category_" + value, AtlasWeb.Culture); } // This attribute is internal, and we should never have a missing resource string. // System.Diagnostics.Debug.Assert(localizedValue != null, "All WebForms category attributes should have localized strings. Category '" + value + "' not found."); return localizedValue; } } } // 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.ComponentModel; using System.Reflection; using System.Web.Resources; using System.Web.Util; [AttributeUsage(AttributeTargets.All)] internal sealed class ResourceCategoryAttribute : CategoryAttribute { internal ResourceCategoryAttribute(string category) : base(category) { } public override object TypeId { get { return typeof(CategoryAttribute); } } protected override string GetLocalizedString(string value) { string localizedValue = base.GetLocalizedString(value); if (localizedValue == null) { localizedValue = AtlasWeb.ResourceManager.GetString("Category_" + value, AtlasWeb.Culture); } // This attribute is internal, and we should never have a missing resource string. // System.Diagnostics.Debug.Assert(localizedValue != null, "All WebForms category attributes should have localized strings. Category '" + value + "' not found."); return localizedValue; } } } // 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
- SignatureToken.cs
- CultureInfoConverter.cs
- DataRelationPropertyDescriptor.cs
- OleDbReferenceCollection.cs
- InterleavedZipPartStream.cs
- UniqueConstraint.cs
- OrElse.cs
- KnownTypes.cs
- SweepDirectionValidation.cs
- VideoDrawing.cs
- HostingEnvironmentException.cs
- TreeViewImageIndexConverter.cs
- ProtocolsSection.cs
- DisplayInformation.cs
- LocatorBase.cs
- RIPEMD160.cs
- NavigationExpr.cs
- ApplicationManager.cs
- DefaultPropertyAttribute.cs
- ListViewContainer.cs
- VisualBrush.cs
- XmlAttributeCollection.cs
- OpenTypeLayout.cs
- BaseResourcesBuildProvider.cs
- ElapsedEventArgs.cs
- RootBrowserWindow.cs
- TextServicesLoader.cs
- WebResourceUtil.cs
- WebPartConnectionsConnectVerb.cs
- RtfToken.cs
- IsolatedStorage.cs
- DetailsViewPagerRow.cs
- ModelUIElement3D.cs
- StatusInfoItem.cs
- CodeTypeReferenceSerializer.cs
- TextDecorationCollection.cs
- EntityDataSourceChangingEventArgs.cs
- DecoderFallbackWithFailureFlag.cs
- XmlDocumentType.cs
- ECDiffieHellmanCng.cs
- FilterEventArgs.cs
- TreeViewCancelEvent.cs
- ProcessProtocolHandler.cs
- WrappedIUnknown.cs
- FolderLevelBuildProvider.cs
- QilGenerator.cs
- ArithmeticLiteral.cs
- TypeConvertions.cs
- ProfileParameter.cs
- ContentValidator.cs
- XPathNodeIterator.cs
- DesignerView.cs
- TemplateControl.cs
- CalendarBlackoutDatesCollection.cs
- querybuilder.cs
- PropertyPushdownHelper.cs
- BitmapEffectGroup.cs
- ColorDialog.cs
- DataGridViewCheckBoxCell.cs
- SafeCloseHandleCritical.cs
- Vector3D.cs
- SoapSchemaMember.cs
- UnsafeNativeMethods.cs
- XmlAutoDetectWriter.cs
- LinkUtilities.cs
- SqlFileStream.cs
- LocalBuilder.cs
- HttpSysSettings.cs
- ItemMap.cs
- AsyncCompletedEventArgs.cs
- XmlSchemaAll.cs
- OleDbPermission.cs
- DocumentsTrace.cs
- DriveNotFoundException.cs
- ProfilePropertyNameValidator.cs
- ClientSideProviderDescription.cs
- SystemWebSectionGroup.cs
- PathTooLongException.cs
- ControlCachePolicy.cs
- ScrollChrome.cs
- CalendarDay.cs
- _NativeSSPI.cs
- BidPrivateBase.cs
- DataGridViewColumnCollection.cs
- objectquery_tresulttype.cs
- ResourceProperty.cs
- Fx.cs
- PathSegmentCollection.cs
- HtmlFormWrapper.cs
- DataGridViewButtonCell.cs
- InternalsVisibleToAttribute.cs
- SecurityDocument.cs
- SqlUdtInfo.cs
- DrawingCollection.cs
- AncestorChangedEventArgs.cs
- MetadataHelper.cs
- HttpChannelHelper.cs
- COM2PictureConverter.cs
- SqlUtils.cs
- HttpException.cs