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
- OutputScope.cs
- ResourceSet.cs
- EncoderFallback.cs
- AnimationStorage.cs
- EntityDataSourceContainerNameConverter.cs
- TextComposition.cs
- StructuredTypeEmitter.cs
- DataGridViewCellPaintingEventArgs.cs
- PagedDataSource.cs
- InputBinding.cs
- DynamicHyperLink.cs
- EndpointIdentityExtension.cs
- MetadataWorkspace.cs
- OrderingInfo.cs
- WindowsSspiNegotiation.cs
- ProxyWebPartConnectionCollection.cs
- MemberInfoSerializationHolder.cs
- TopClause.cs
- PropertyGridCommands.cs
- FieldBuilder.cs
- RenderingEventArgs.cs
- HttpConfigurationContext.cs
- ProvidersHelper.cs
- NameSpaceExtractor.cs
- OracleDateTime.cs
- OracleCommand.cs
- TreeWalkHelper.cs
- FixedPosition.cs
- RemotingServices.cs
- TCPClient.cs
- IncrementalReadDecoders.cs
- DeviceSpecific.cs
- CFStream.cs
- ProcessThreadCollection.cs
- ControlTemplate.cs
- SqlEnums.cs
- SafeTimerHandle.cs
- DataGridRowDetailsEventArgs.cs
- Path.cs
- WeakEventTable.cs
- SqlAliasesReferenced.cs
- SystemIPAddressInformation.cs
- DecoderNLS.cs
- _SSPISessionCache.cs
- TextContainer.cs
- FormsAuthenticationUserCollection.cs
- COM2Properties.cs
- XmlChildNodes.cs
- XmlSchemaElement.cs
- BinaryNode.cs
- DragEventArgs.cs
- Normalization.cs
- _TransmitFileOverlappedAsyncResult.cs
- XmlQualifiedName.cs
- CustomCategoryAttribute.cs
- DataRecordInternal.cs
- ConfigXmlText.cs
- AncillaryOps.cs
- _Events.cs
- MethodRental.cs
- EncryptedKeyIdentifierClause.cs
- XsdBuilder.cs
- IERequestCache.cs
- Update.cs
- LabelLiteral.cs
- WSDualHttpBinding.cs
- __TransparentProxy.cs
- HyperLinkStyle.cs
- RemoteWebConfigurationHost.cs
- ColumnCollection.cs
- AssemblyAttributes.cs
- __ComObject.cs
- NameObjectCollectionBase.cs
- EntityDataSourceSelectingEventArgs.cs
- XmlTypeMapping.cs
- TypeSystem.cs
- SponsorHelper.cs
- Route.cs
- PermissionListSet.cs
- SplitContainer.cs
- SocketPermission.cs
- Validator.cs
- RegexTypeEditor.cs
- Storyboard.cs
- CustomErrorsSection.cs
- MatrixTransform3D.cs
- SystemFonts.cs
- AnimatedTypeHelpers.cs
- FormsAuthenticationModule.cs
- ConnectionStringsExpressionEditor.cs
- MobileUserControl.cs
- ConvertersCollection.cs
- WebPartCloseVerb.cs
- processwaithandle.cs
- HostProtectionException.cs
- FixedPosition.cs
- DataSourceControlBuilder.cs
- StrokeCollection2.cs
- BindingExpression.cs
- CustomSignedXml.cs