Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / WebCategoryAttribute.cs / 1 / WebCategoryAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* */ namespace System.Web { using System; using System.ComponentModel; using System.Web.Util; ////// /// [AttributeUsage(AttributeTargets.All)] internal sealed class WebCategoryAttribute : CategoryAttribute { ////// CategoryAttribute that can access ASP.NET localized strings. /// ////// internal WebCategoryAttribute(string category) : base(category) { } public override object TypeId { get { return typeof(CategoryAttribute); } } ////// Initializes a new instance of the ///class. /// /// This method is called the first time the category property /// is accessed. It provides a way to lookup a localized string for /// the given category. Classes may override this to add their /// own localized names to categories. If a localized string is /// available for the given value, the method should return it. /// Otherwise, it should return null. /// protected override string GetLocalizedString(string value) { string localizedValue = base.GetLocalizedString(value); if (localizedValue == null) { localizedValue = (string)SR.GetString("Category_" + value); } // This attribute is internal, and we should never have a missing resource string. // 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 { using System; using System.ComponentModel; using System.Web.Util; ////// /// [AttributeUsage(AttributeTargets.All)] internal sealed class WebCategoryAttribute : CategoryAttribute { ////// CategoryAttribute that can access ASP.NET localized strings. /// ////// internal WebCategoryAttribute(string category) : base(category) { } public override object TypeId { get { return typeof(CategoryAttribute); } } ////// Initializes a new instance of the ///class. /// /// This method is called the first time the category property /// is accessed. It provides a way to lookup a localized string for /// the given category. Classes may override this to add their /// own localized names to categories. If a localized string is /// available for the given value, the method should return it. /// Otherwise, it should return null. /// protected override string GetLocalizedString(string value) { string localizedValue = base.GetLocalizedString(value); if (localizedValue == null) { localizedValue = (string)SR.GetString("Category_" + value); } // This attribute is internal, and we should never have a missing resource string. // 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
- PanelDesigner.cs
- ControlEvent.cs
- KeyGesture.cs
- SingleAnimation.cs
- InputLangChangeRequestEvent.cs
- MessageAction.cs
- ConfigurationManagerHelperFactory.cs
- DbConnectionPoolGroup.cs
- ConfigurationManager.cs
- CompositeActivityTypeDescriptor.cs
- followingsibling.cs
- TransactionState.cs
- ConstraintEnumerator.cs
- ThreadAttributes.cs
- ListBindingHelper.cs
- FixedPageStructure.cs
- DesignerDataTable.cs
- PlatformNotSupportedException.cs
- DataTableCollection.cs
- FlowLayout.cs
- DefaultAsyncDataDispatcher.cs
- CodeTypeConstructor.cs
- WebPartEventArgs.cs
- ActiveDocumentEvent.cs
- TaskFactory.cs
- CompilationLock.cs
- ExtensionWindowHeader.cs
- AsyncInvokeContext.cs
- HttpCacheParams.cs
- ControlDesignerState.cs
- TabletDeviceInfo.cs
- ELinqQueryState.cs
- PageRanges.cs
- DropDownButton.cs
- IdentityNotMappedException.cs
- Speller.cs
- XMLSyntaxException.cs
- ToolboxDataAttribute.cs
- PagePropertiesChangingEventArgs.cs
- ScriptDescriptor.cs
- XmlHierarchyData.cs
- ComplusEndpointConfigContainer.cs
- HttpListenerPrefixCollection.cs
- Touch.cs
- ExtentKey.cs
- ProfileSettings.cs
- DirectoryInfo.cs
- TextComposition.cs
- WebConfigurationManager.cs
- CmsInterop.cs
- FrugalMap.cs
- XmlSchemaComplexContent.cs
- UriScheme.cs
- RowCache.cs
- AlignmentYValidation.cs
- XmlSchemaNotation.cs
- ReflectionUtil.cs
- ManagementClass.cs
- DBConcurrencyException.cs
- FormsAuthenticationEventArgs.cs
- AssemblyCache.cs
- documentsequencetextpointer.cs
- SHA384CryptoServiceProvider.cs
- Authorization.cs
- EventDescriptor.cs
- objectresult_tresulttype.cs
- CodeMemberEvent.cs
- SqlWriter.cs
- ToolTipAutomationPeer.cs
- FieldDescriptor.cs
- AsnEncodedData.cs
- DataIdProcessor.cs
- HyperlinkAutomationPeer.cs
- SafeNativeMethods.cs
- ToolStripItemImageRenderEventArgs.cs
- ValidatorCollection.cs
- HtmlFormWrapper.cs
- SqlLiftWhereClauses.cs
- ListViewSortEventArgs.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- GridViewDeleteEventArgs.cs
- XmlNamespaceManager.cs
- NativeRightsManagementAPIsStructures.cs
- HttpCacheVaryByContentEncodings.cs
- TextParaLineResult.cs
- RemotingConfiguration.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- DefaultObjectMappingItemCollection.cs
- Gdiplus.cs
- MenuItemBinding.cs
- DesignerActionHeaderItem.cs
- Stacktrace.cs
- SiteMapNodeItem.cs
- SessionPageStateSection.cs
- UrlPropertyAttribute.cs
- Baml2006SchemaContext.cs
- PrintController.cs
- CreateUserWizardStep.cs
- DecodeHelper.cs
- AppSettingsExpressionEditor.cs