Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / ViewRendering.cs / 2 / ViewRendering.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.ComponentModel.Design; ///public class ViewRendering { private string _content; private DesignerRegionCollection _regions; private bool _visible; /// public ViewRendering(string content, DesignerRegionCollection regions) : this(content, regions, true) { } /// public ViewRendering(string content, DesignerRegionCollection regions, bool visible) { _content = content; _regions = regions; _visible = visible; } /// /// /// public string Content { get { if (_content == null) { return String.Empty; } return _content; } } ////// /// public DesignerRegionCollection Regions { get { if (_regions == null) { _regions = new DesignerRegionCollection(); } return _regions; } } ////// /// public bool Visible { get { return _visible; } } } } // 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
- XmlDataLoader.cs
- ContainerSelectorActiveEvent.cs
- BaseHashHelper.cs
- StorageAssociationSetMapping.cs
- NativeMethods.cs
- ManagementExtension.cs
- ColumnReorderedEventArgs.cs
- DesignOnlyAttribute.cs
- KerberosRequestorSecurityToken.cs
- SelectionWordBreaker.cs
- EventSinkHelperWriter.cs
- HtmlTextArea.cs
- EventData.cs
- ProcessThread.cs
- LocalizableAttribute.cs
- XsltArgumentList.cs
- DragDrop.cs
- MetaColumn.cs
- MaskedTextProvider.cs
- BinaryWriter.cs
- HttpPostedFile.cs
- QueuedDeliveryRequirementsMode.cs
- RenderDataDrawingContext.cs
- TemplateNameScope.cs
- ListViewItem.cs
- DataColumnChangeEvent.cs
- DisplayMemberTemplateSelector.cs
- Bezier.cs
- NestedContainer.cs
- WebPartConnectionsConnectVerb.cs
- TypeGeneratedEventArgs.cs
- ResolveCriteriaCD1.cs
- ItemCollectionEditor.cs
- BaseValidator.cs
- GiveFeedbackEvent.cs
- HtmlImageAdapter.cs
- EmptyReadOnlyDictionaryInternal.cs
- _NegoStream.cs
- LogoValidationException.cs
- PropertyBuilder.cs
- LinqTreeNodeEvaluator.cs
- SiteMapNodeItem.cs
- XmlKeywords.cs
- DoubleAnimationBase.cs
- Int16Animation.cs
- DataGridCommandEventArgs.cs
- SqlWorkflowPersistenceService.cs
- XmlSchemaNotation.cs
- IODescriptionAttribute.cs
- NamespaceEmitter.cs
- XmlSchemaType.cs
- SourceChangedEventArgs.cs
- RegisteredDisposeScript.cs
- Emitter.cs
- WebPartEditorApplyVerb.cs
- safex509handles.cs
- ZoneIdentityPermission.cs
- BitmapEffectState.cs
- HitTestParameters.cs
- ComplexPropertyEntry.cs
- InputProviderSite.cs
- RadioButton.cs
- ClientFormsAuthenticationCredentials.cs
- ELinqQueryState.cs
- WorkflowOwnerAsyncResult.cs
- ProcessInputEventArgs.cs
- InvalidAsynchronousStateException.cs
- Utils.cs
- CompositeCollection.cs
- TextEndOfLine.cs
- SafeHandles.cs
- XXXInfos.cs
- XmlSchemaImport.cs
- MsmqInputSessionChannel.cs
- ButtonField.cs
- NameValuePermission.cs
- ADMembershipProvider.cs
- CodeObjectCreateExpression.cs
- WebPartActionVerb.cs
- MasterPageParser.cs
- Point3DAnimationUsingKeyFrames.cs
- ArglessEventHandlerProxy.cs
- HttpModulesSection.cs
- Padding.cs
- MaterialGroup.cs
- NavigationWindowAutomationPeer.cs
- SurrogateEncoder.cs
- GlyphElement.cs
- NetTcpSection.cs
- PrincipalPermission.cs
- AutomationPatternInfo.cs
- XmlDocument.cs
- Exception.cs
- Wrapper.cs
- FreezableDefaultValueFactory.cs
- BooleanStorage.cs
- DeflateStream.cs
- DynamicRenderer.cs
- RuntimeHandles.cs
- DurableEnlistmentState.cs