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
- ListDictionaryInternal.cs
- ConnectionPoint.cs
- WSDualHttpSecurity.cs
- ACE.cs
- HttpHandlerActionCollection.cs
- QilChoice.cs
- VirtualPathUtility.cs
- RegisteredScript.cs
- MDIControlStrip.cs
- DataPagerField.cs
- InvalidProgramException.cs
- XmlDataCollection.cs
- XmlNodeList.cs
- PLINQETWProvider.cs
- DBConcurrencyException.cs
- FactoryId.cs
- ComboBox.cs
- QueryOutputWriter.cs
- StyleCollection.cs
- SchemaType.cs
- CodeIdentifier.cs
- Constants.cs
- ObjectDataSourceFilteringEventArgs.cs
- QilPatternFactory.cs
- RegexNode.cs
- BindingExpressionBase.cs
- CompModSwitches.cs
- EventRouteFactory.cs
- FieldNameLookup.cs
- ParseChildrenAsPropertiesAttribute.cs
- CollectionViewGroupInternal.cs
- ResourceType.cs
- MultiPropertyDescriptorGridEntry.cs
- SendMailErrorEventArgs.cs
- AutomationPattern.cs
- PolyLineSegmentFigureLogic.cs
- ListenerChannelContext.cs
- RadioButtonAutomationPeer.cs
- PassportAuthentication.cs
- PersonalizationProvider.cs
- ContractHandle.cs
- DataGridViewCellEventArgs.cs
- Calendar.cs
- ReflectionPermission.cs
- ToolBarPanel.cs
- PassportAuthentication.cs
- UnsignedPublishLicense.cs
- Button.cs
- DataRow.cs
- ObjectResult.cs
- HttpCachePolicyWrapper.cs
- XamlVector3DCollectionSerializer.cs
- Themes.cs
- ListenerSingletonConnectionReader.cs
- QilVisitor.cs
- AppSettingsExpressionBuilder.cs
- Fx.cs
- OciHandle.cs
- Splitter.cs
- BaseComponentEditor.cs
- BitmapEffectInput.cs
- SimpleWebHandlerParser.cs
- HebrewCalendar.cs
- DataBoundControlHelper.cs
- DataTableTypeConverter.cs
- SHA384.cs
- PermissionToken.cs
- GeometryValueSerializer.cs
- InternalConfigHost.cs
- ReferenceService.cs
- StrongName.cs
- ProcessStartInfo.cs
- DbMetaDataCollectionNames.cs
- WebPartMinimizeVerb.cs
- SemanticValue.cs
- BindingOperations.cs
- ClientTargetCollection.cs
- SpotLight.cs
- ScrollBarRenderer.cs
- VoiceInfo.cs
- BackgroundFormatInfo.cs
- DesignerCommandAdapter.cs
- PackageDigitalSignatureManager.cs
- RoutedCommand.cs
- DataMemberAttribute.cs
- OperatorExpressions.cs
- DataServiceBuildProvider.cs
- SecurityElement.cs
- EntityDataSourceValidationException.cs
- _Events.cs
- DrawingGroup.cs
- ProtocolElement.cs
- ComEventsMethod.cs
- XmlNamespaceMapping.cs
- StructuredType.cs
- ConfigurationElementProperty.cs
- selecteditemcollection.cs
- Bold.cs
- MasterPageBuildProvider.cs
- SafeLibraryHandle.cs