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
- WeakReferenceList.cs
- ComAdminWrapper.cs
- XmlSchemaImport.cs
- BmpBitmapEncoder.cs
- IdentityHolder.cs
- DirectoryObjectSecurity.cs
- ToolStripScrollButton.cs
- VarRefManager.cs
- RecognizerBase.cs
- XmlCharacterData.cs
- Processor.cs
- RestHandler.cs
- KeyValuePairs.cs
- SessionParameter.cs
- SynchronizationValidator.cs
- ExpressionBuilder.cs
- CollectionConverter.cs
- DataContractSerializerElement.cs
- ConnectionsZoneDesigner.cs
- VariableDesigner.xaml.cs
- Window.cs
- ReflectEventDescriptor.cs
- BufferedOutputStream.cs
- RepeatInfo.cs
- GrammarBuilderPhrase.cs
- QilValidationVisitor.cs
- SystemUdpStatistics.cs
- HTMLTextWriter.cs
- GraphicsContainer.cs
- SqlDataSourceCache.cs
- SortKey.cs
- RootNamespaceAttribute.cs
- ExecutionContext.cs
- XmlNamespaceManager.cs
- ProvideValueServiceProvider.cs
- StreamReader.cs
- InputLanguageSource.cs
- SqlNode.cs
- CompilationSection.cs
- wmiprovider.cs
- ListChunk.cs
- AttachmentCollection.cs
- MediaScriptCommandRoutedEventArgs.cs
- WorkflowQueuingService.cs
- IMembershipProvider.cs
- MemberProjectedSlot.cs
- SizeAnimation.cs
- OdbcParameter.cs
- OrderedEnumerableRowCollection.cs
- DbConnectionPool.cs
- ColorContext.cs
- BitStack.cs
- PersonalizationStateInfoCollection.cs
- ZipIOCentralDirectoryDigitalSignature.cs
- PkcsMisc.cs
- LocalFileSettingsProvider.cs
- SendAgentStatusRequest.cs
- PassportAuthenticationModule.cs
- UniqueIdentifierService.cs
- TextEditor.cs
- PrincipalPermission.cs
- Substitution.cs
- NullReferenceException.cs
- ParameterBinding.cs
- UnitControl.cs
- HwndHostAutomationPeer.cs
- ImageMap.cs
- QueryHandler.cs
- ToggleProviderWrapper.cs
- _HTTPDateParse.cs
- DataExpression.cs
- FormatPage.cs
- UniformGrid.cs
- XmlExceptionHelper.cs
- RowUpdatingEventArgs.cs
- X509ChainElement.cs
- IpcManager.cs
- ToolStripContentPanel.cs
- SqlDataSourceCommandEventArgs.cs
- StylusPointProperty.cs
- webproxy.cs
- ProcessManager.cs
- TrackingProfileDeserializationException.cs
- XmlSerializationGeneratedCode.cs
- NavigationWindowAutomationPeer.cs
- DataGridViewUtilities.cs
- HuffModule.cs
- DataGridTextBoxColumn.cs
- DebuggerService.cs
- altserialization.cs
- EdgeProfileValidation.cs
- WebPartConnectionsEventArgs.cs
- KerberosReceiverSecurityToken.cs
- VectorAnimationBase.cs
- Timer.cs
- ResourcesBuildProvider.cs
- HtmlElementErrorEventArgs.cs
- TextEvent.cs
- WebControlAdapter.cs
- CaseInsensitiveOrdinalStringComparer.cs