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
- ClientEventManager.cs
- HwndSubclass.cs
- PropertyPath.cs
- BindingUtils.cs
- StateDesigner.CommentLayoutGlyph.cs
- ObjectDataSourceView.cs
- Package.cs
- WebPartConnectionsCloseVerb.cs
- GlobalProxySelection.cs
- ConfigurationProperty.cs
- WmpBitmapEncoder.cs
- Utils.cs
- ThicknessAnimationUsingKeyFrames.cs
- SimpleLine.cs
- ClientSponsor.cs
- TableColumn.cs
- XamlTemplateSerializer.cs
- DiscoveryViaBehavior.cs
- Iis7Helper.cs
- ToolStripItem.cs
- DataGridViewCellValueEventArgs.cs
- InternalTypeHelper.cs
- MediaElement.cs
- DataObjectFieldAttribute.cs
- ControlBuilderAttribute.cs
- AppSettingsExpressionEditor.cs
- Condition.cs
- TextBoxAutoCompleteSourceConverter.cs
- TreeNodeStyle.cs
- SHA1.cs
- OLEDB_Util.cs
- HtmlTableCellCollection.cs
- _NegoStream.cs
- RuntimeVariablesExpression.cs
- HttpProtocolImporter.cs
- SchemaComplexType.cs
- SQLByte.cs
- Brushes.cs
- AppSecurityManager.cs
- RedBlackList.cs
- AnnotationComponentChooser.cs
- ContextMenu.cs
- EnumerationRangeValidationUtil.cs
- ToolstripProfessionalRenderer.cs
- Positioning.cs
- RepeatInfo.cs
- BookmarkScopeManager.cs
- SqlConnectionHelper.cs
- VerificationException.cs
- BuildManager.cs
- FormatSettings.cs
- HostingEnvironment.cs
- XamlTypeMapper.cs
- DelegatingConfigHost.cs
- SqlInternalConnectionTds.cs
- ClassValidator.cs
- SchemaImporter.cs
- XmlSchemaComplexContentRestriction.cs
- oledbmetadatacolumnnames.cs
- ADConnectionHelper.cs
- ObjectTag.cs
- WebConfigurationFileMap.cs
- ObservableCollectionDefaultValueFactory.cs
- XPathNavigatorKeyComparer.cs
- MatchAttribute.cs
- HttpServerUtilityBase.cs
- WebServiceFaultDesigner.cs
- RemotingConfiguration.cs
- TraceContextEventArgs.cs
- MetaDataInfo.cs
- Int32Converter.cs
- OleServicesContext.cs
- PasswordTextContainer.cs
- MgmtConfigurationRecord.cs
- InternalSendMessage.cs
- CanonicalXml.cs
- DataGridAddNewRow.cs
- RowParagraph.cs
- WebServiceReceiveDesigner.cs
- Paragraph.cs
- CodeDefaultValueExpression.cs
- SoapSchemaMember.cs
- GeometryValueSerializer.cs
- HeaderUtility.cs
- DocumentStream.cs
- DataGridState.cs
- Constraint.cs
- NamedPipeDuplicateContext.cs
- BindableTemplateBuilder.cs
- EventKeyword.cs
- MenuItem.cs
- AuthenticationModuleElement.cs
- SpeechAudioFormatInfo.cs
- CanonicalizationDriver.cs
- BindingsCollection.cs
- FrameworkEventSource.cs
- PageFunction.cs
- FullTextBreakpoint.cs
- SqlCacheDependencyDatabaseCollection.cs
- ChannelToken.cs