Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebParts / WebPartCatalogAddVerb.cs / 1305376 / WebPartCatalogAddVerb.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; internal sealed class WebPartCatalogAddVerb : WebPartActionVerb { // Properties must look at viewstate directly instead of the property in the base class, // so we can distinguish between an unset property and a property set to String.Empty. [ WebSysDefaultValue(SR.WebPartCatalogAddVerb_Description) ] public override string Description { get { object o = ViewState["Description"]; return (o == null) ? SR.GetString(SR.WebPartCatalogAddVerb_Description) : (string)o; } set { ViewState["Description"] = value; } } [ WebSysDefaultValue(SR.WebPartCatalogAddVerb_Text) ] public override string Text { get { object o = ViewState["Text"]; return (o == null) ? SR.GetString(SR.WebPartCatalogAddVerb_Text) : (string)o; } set { ViewState["Text"] = value; } } } } // 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
- BamlTreeNode.cs
- securitycriticaldata.cs
- SelectionItemPattern.cs
- XmlHierarchyData.cs
- BlurBitmapEffect.cs
- XmlSchemaValidator.cs
- ObjectKeyFrameCollection.cs
- Odbc32.cs
- KnownBoxes.cs
- LoopExpression.cs
- BaseParaClient.cs
- ChildrenQuery.cs
- PathTooLongException.cs
- AddInServer.cs
- NavigationProgressEventArgs.cs
- InfoCardCryptoHelper.cs
- ArrayTypeMismatchException.cs
- CredentialCache.cs
- X509WindowsSecurityToken.cs
- RowsCopiedEventArgs.cs
- XhtmlMobileTextWriter.cs
- Grid.cs
- HttpWrapper.cs
- SchemaNames.cs
- CollectionViewProxy.cs
- LocatorPart.cs
- ChangeNode.cs
- HttpModulesSection.cs
- InertiaTranslationBehavior.cs
- MultiView.cs
- TripleDESCryptoServiceProvider.cs
- NonSerializedAttribute.cs
- DataBindingCollection.cs
- SqlWebEventProvider.cs
- XmlCountingReader.cs
- XmlSchemaAttributeGroup.cs
- WebPartDisplayModeCollection.cs
- AliasGenerator.cs
- DataGridViewLinkColumn.cs
- XmlText.cs
- TagNameToTypeMapper.cs
- ReflectionServiceProvider.cs
- EntityCommand.cs
- DecoderFallback.cs
- Evidence.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- CalendarAutoFormat.cs
- Table.cs
- SoapHeaderAttribute.cs
- XPathDocument.cs
- TypeSystem.cs
- EditingMode.cs
- KeyMatchBuilder.cs
- CodeIdentifier.cs
- SoapCommonClasses.cs
- SmiTypedGetterSetter.cs
- GenericRootAutomationPeer.cs
- TypeUnloadedException.cs
- RectangleGeometry.cs
- UriExt.cs
- ToolStripPanel.cs
- DataBindingExpressionBuilder.cs
- XPathParser.cs
- InternalsVisibleToAttribute.cs
- PropertyCondition.cs
- RadioButton.cs
- TimeSpanValidator.cs
- SystemIcons.cs
- RightsManagementPermission.cs
- Latin1Encoding.cs
- WindowHelperService.cs
- RegionInfo.cs
- figurelengthconverter.cs
- Triangle.cs
- X509Certificate2.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- IgnoreDataMemberAttribute.cs
- DbExpressionRules.cs
- ObjectDataSourceEventArgs.cs
- NoPersistProperty.cs
- Triangle.cs
- ResXResourceSet.cs
- WindowsAuthenticationModule.cs
- ControlAdapter.cs
- AssemblyAssociatedContentFileAttribute.cs
- _BasicClient.cs
- DataSysAttribute.cs
- LinkAreaEditor.cs
- WebPartZoneDesigner.cs
- FileUtil.cs
- RegexFCD.cs
- entityreference_tresulttype.cs
- Clipboard.cs
- WinEventTracker.cs
- SqlStatistics.cs
- AndCondition.cs
- SessionStateContainer.cs
- X509CertificateInitiatorClientCredential.cs
- LabelExpression.cs
- Comparer.cs