Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / xsp / System / Web / UI / WebControls / PlaceHolder.cs / 1 / PlaceHolder.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Web.UI;
using System.Security.Permissions;
///
/// Interacts with the parser to build a control.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class PlaceHolderControlBuilder : ControlBuilder {
///
///
/// Specifies whether white space literals are allowed.
///
public override bool AllowWhitespaceLiterals() {
return false;
}
}
// The reason we define this empty override in the WebControls namespace is
// to expose it as a control that can be used on a page (ASURT 51116)
// E.g.
///
/// [To be supplied.]
///
[
ControlBuilderAttribute(typeof(PlaceHolderControlBuilder))
]
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class PlaceHolder : Control {
///
/// Gets and sets a value indicating whether theme is enabled.
///
[
Browsable(true)
]
public override bool EnableTheming {
get {
return base.EnableTheming;
}
set {
base.EnableTheming = value;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System;
using System.ComponentModel;
using System.Web.UI;
using System.Security.Permissions;
///
/// Interacts with the parser to build a control.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class PlaceHolderControlBuilder : ControlBuilder {
///
///
/// Specifies whether white space literals are allowed.
///
public override bool AllowWhitespaceLiterals() {
return false;
}
}
// The reason we define this empty override in the WebControls namespace is
// to expose it as a control that can be used on a page (ASURT 51116)
// E.g.
///
/// [To be supplied.]
///
[
ControlBuilderAttribute(typeof(PlaceHolderControlBuilder))
]
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class PlaceHolder : Control {
///
/// Gets and sets a value indicating whether theme is enabled.
///
[
Browsable(true)
]
public override bool EnableTheming {
get {
return base.EnableTheming;
}
set {
base.EnableTheming = 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
- HelpKeywordAttribute.cs
- SecurityRuntime.cs
- Stacktrace.cs
- ElementMarkupObject.cs
- UniqueIdentifierService.cs
- ResXResourceWriter.cs
- HtmlControl.cs
- EventItfInfo.cs
- ResourcePermissionBase.cs
- ActiveXSite.cs
- UiaCoreApi.cs
- LinkDescriptor.cs
- BufferedResponseStream.cs
- SessionStateSection.cs
- ExtensionSimplifierMarkupObject.cs
- XPathScanner.cs
- DefaultParameterValueAttribute.cs
- FixedSOMTable.cs
- DirtyTextRange.cs
- TableItemPattern.cs
- ListParagraph.cs
- ReferencedCollectionType.cs
- TraceContextRecord.cs
- webeventbuffer.cs
- ExplicitDiscriminatorMap.cs
- ThreadStateException.cs
- GuidelineSet.cs
- CompensationExtension.cs
- AssemblyCollection.cs
- GeometryHitTestResult.cs
- StyleXamlParser.cs
- OleDbSchemaGuid.cs
- RectValueSerializer.cs
- ToolTipService.cs
- EntityProviderServices.cs
- MDIControlStrip.cs
- FullTrustAssemblyCollection.cs
- oledbmetadatacollectionnames.cs
- securitymgrsite.cs
- Run.cs
- XhtmlBasicPhoneCallAdapter.cs
- MeshGeometry3D.cs
- DataSourceHelper.cs
- SecureUICommand.cs
- ListViewContainer.cs
- WebHeaderCollection.cs
- TextOutput.cs
- CertificateManager.cs
- WindowsScroll.cs
- BitmapEffectGroup.cs
- MetricEntry.cs
- MimeTypeMapper.cs
- ControlEvent.cs
- WebPartEditorApplyVerb.cs
- IntSecurity.cs
- TokenizerHelper.cs
- ToolboxComponentsCreatingEventArgs.cs
- ToolboxComponentsCreatingEventArgs.cs
- DataMember.cs
- SingleConverter.cs
- ZipPackagePart.cs
- TCEAdapterGenerator.cs
- WSFederationHttpBindingCollectionElement.cs
- DataGridViewAccessibleObject.cs
- KeyInterop.cs
- ObjectDataSourceSelectingEventArgs.cs
- LazyTextWriterCreator.cs
- DataBoundControlHelper.cs
- LineServicesCallbacks.cs
- StringUtil.cs
- RegexParser.cs
- FontSource.cs
- DataBinding.cs
- ResourceSet.cs
- SerializationStore.cs
- ScalarConstant.cs
- RoutingConfiguration.cs
- FixedPage.cs
- Ray3DHitTestResult.cs
- DocumentViewer.cs
- GradientStop.cs
- TabItem.cs
- WebResourceAttribute.cs
- MouseActionValueSerializer.cs
- figurelength.cs
- SoapObjectReader.cs
- SpecularMaterial.cs
- DataGridCaption.cs
- AmbientProperties.cs
- ListViewUpdateEventArgs.cs
- MessageSecurityException.cs
- StyleTypedPropertyAttribute.cs
- IteratorDescriptor.cs
- LoginCancelEventArgs.cs
- SafeNativeMethods.cs
- HtmlInputPassword.cs
- DataPager.cs
- EntityViewGenerator.cs
- LocalizableResourceBuilder.cs
- DefaultBindingPropertyAttribute.cs