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
- EncryptedType.cs
- ActivityCodeDomSerializationManager.cs
- Regex.cs
- FloatSumAggregationOperator.cs
- SqlCommandSet.cs
- PropertyMetadata.cs
- MDIControlStrip.cs
- EdmItemCollection.cs
- Point3D.cs
- TextEditorTables.cs
- SendMailErrorEventArgs.cs
- ScriptBehaviorDescriptor.cs
- XmlMembersMapping.cs
- DrawingState.cs
- CodeArrayIndexerExpression.cs
- MetadataLocation.cs
- Constants.cs
- ThreadPool.cs
- WindowsToolbar.cs
- ISAPIApplicationHost.cs
- TrustLevel.cs
- SystemFonts.cs
- PenContext.cs
- XpsViewerException.cs
- SqlError.cs
- Rectangle.cs
- BindingMAnagerBase.cs
- AsymmetricKeyExchangeDeformatter.cs
- QuotaExceededException.cs
- QuadraticBezierSegment.cs
- SingleAnimation.cs
- KeyInterop.cs
- FixedTextPointer.cs
- AttachmentService.cs
- _ListenerRequestStream.cs
- UntypedNullExpression.cs
- EDesignUtil.cs
- SelectedPathEditor.cs
- ListBoxChrome.cs
- ContextMarshalException.cs
- DataGridRelationshipRow.cs
- SettingsProperty.cs
- XmlAttribute.cs
- BinaryConverter.cs
- BinaryObjectReader.cs
- NullReferenceException.cs
- ProbeMatchesMessage11.cs
- ObjectQuery_EntitySqlExtensions.cs
- DefaultParameterValueAttribute.cs
- RealizationDrawingContextWalker.cs
- CompensatableTransactionScopeActivity.cs
- EditorPartCollection.cs
- RuleAction.cs
- ValueConversionAttribute.cs
- SafeWaitHandle.cs
- RecognizedAudio.cs
- ReadOnlyDictionary.cs
- _ChunkParse.cs
- AuthenticateEventArgs.cs
- IndexExpression.cs
- ShapingEngine.cs
- DependencyPropertyConverter.cs
- XmlImplementation.cs
- DiagnosticTrace.cs
- TraceContext.cs
- ExpressionVisitor.cs
- SimpleHandlerBuildProvider.cs
- SqlInternalConnectionSmi.cs
- FileStream.cs
- unsafeIndexingFilterStream.cs
- MetadataPropertyvalue.cs
- DataBoundControlAdapter.cs
- Int32KeyFrameCollection.cs
- MenuItemStyleCollection.cs
- DataFormat.cs
- CryptoApi.cs
- WhileDesigner.xaml.cs
- QilDataSource.cs
- CommandBinding.cs
- ToolboxComponentsCreatingEventArgs.cs
- SimpleLine.cs
- _AuthenticationState.cs
- InstanceNormalEvent.cs
- WsiProfilesElement.cs
- TreeViewImageIndexConverter.cs
- RotateTransform.cs
- DataListDesigner.cs
- WebPartTransformerCollection.cs
- IriParsingElement.cs
- CqlErrorHelper.cs
- GAC.cs
- ConfigXmlText.cs
- ProcessThread.cs
- CheckableControlBaseAdapter.cs
- Stack.cs
- Opcode.cs
- URLMembershipCondition.cs
- precedingquery.cs
- WindowsContainer.cs
- TableLayoutRowStyleCollection.cs