Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ContentDefinition.cs / 1 / ContentDefinition.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System; ////// /// public class ContentDefinition { private string _contentPlaceHolderID; private string _defaultContent; private string _defaultDesignTimeHTML; public ContentDefinition(string id, string content, string designTimeHtml ) { _contentPlaceHolderID = id; _defaultContent = content; _defaultDesignTimeHTML = designTimeHtml; } ////// public string ContentPlaceHolderID { get { return _contentPlaceHolderID; } } ////// public string DefaultContent { get { return _defaultContent; } } ////// public string DefaultDesignTimeHtml { get { return _defaultDesignTimeHTML; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SingleObjectCollection.cs
- OracleParameterCollection.cs
- CompiledWorkflowDefinitionContext.cs
- Int32Rect.cs
- DbConnectionPoolGroup.cs
- XmlSchemaRedefine.cs
- BitmapDownload.cs
- FormClosedEvent.cs
- DataGridViewComboBoxColumn.cs
- InternalPolicyElement.cs
- XmlSchemaComplexType.cs
- StringUtil.cs
- TableLayoutCellPaintEventArgs.cs
- ObjectDataSource.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- MulticastNotSupportedException.cs
- BitmapImage.cs
- IHttpResponseInternal.cs
- Processor.cs
- _PooledStream.cs
- Int32RectValueSerializer.cs
- UrlPath.cs
- ImageListImageEditor.cs
- DataGridViewCellStyle.cs
- CodeSubDirectoriesCollection.cs
- ParallelEnumerable.cs
- ADMembershipUser.cs
- Material.cs
- ModuleBuilderData.cs
- CommonObjectSecurity.cs
- StylusEditingBehavior.cs
- DesignerDeviceConfig.cs
- ToolBarTray.cs
- __Error.cs
- ProxyBuilder.cs
- ClientCultureInfo.cs
- Int16.cs
- ComponentTray.cs
- HashCodeCombiner.cs
- PermissionRequestEvidence.cs
- InspectionWorker.cs
- HtmlMobileTextWriter.cs
- PseudoWebRequest.cs
- StateItem.cs
- BezierSegment.cs
- AxHost.cs
- UserControlBuildProvider.cs
- SqlExpander.cs
- EmptyControlCollection.cs
- VirtualDirectoryMappingCollection.cs
- StateChangeEvent.cs
- HttpCookiesSection.cs
- contentDescriptor.cs
- HttpNamespaceReservationInstallComponent.cs
- ServiceKnownTypeAttribute.cs
- FileDialogCustomPlaces.cs
- SmtpTransport.cs
- ApplyTemplatesAction.cs
- Parsers.cs
- SqlServices.cs
- HtmlTableRow.cs
- SignatureDescription.cs
- Roles.cs
- CompModSwitches.cs
- DetailsViewUpdatedEventArgs.cs
- SchemaMerger.cs
- RadioButton.cs
- XmlStreamStore.cs
- XmlBinaryReader.cs
- InteropAutomationProvider.cs
- X509Chain.cs
- AssemblyNameProxy.cs
- SpellerError.cs
- X500Name.cs
- StorageBasedPackageProperties.cs
- MaskedTextBoxTextEditor.cs
- TripleDESCryptoServiceProvider.cs
- ColumnBinding.cs
- ToolStripItemDataObject.cs
- MessageLoggingElement.cs
- DataGridPagerStyle.cs
- UInt64Converter.cs
- FormsAuthentication.cs
- DocumentGridPage.cs
- TextServicesDisplayAttribute.cs
- ProfileSettings.cs
- Menu.cs
- SqlProvider.cs
- PeerCredential.cs
- DataControlButton.cs
- EventSinkHelperWriter.cs
- IProducerConsumerCollection.cs
- RewritingPass.cs
- HMACSHA1.cs
- ConfigurationManagerHelperFactory.cs
- wgx_exports.cs
- AsyncDataRequest.cs
- UpdateTranslator.cs
- HttpContextServiceHost.cs
- VectorAnimationBase.cs