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
- _RequestCacheProtocol.cs
- PerformanceCounter.cs
- CallId.cs
- MdImport.cs
- BamlCollectionHolder.cs
- PermissionToken.cs
- NameValuePair.cs
- QuadraticBezierSegment.cs
- FixUp.cs
- _OSSOCK.cs
- IncomingWebResponseContext.cs
- X509CertificateTrustedIssuerElement.cs
- Image.cs
- SQLConvert.cs
- ResourceExpressionBuilder.cs
- ResourceDisplayNameAttribute.cs
- ImageConverter.cs
- ExpandCollapsePattern.cs
- Marshal.cs
- DataList.cs
- SocketException.cs
- HitTestWithPointDrawingContextWalker.cs
- DocobjHost.cs
- ListMarkerLine.cs
- SafeNativeMethodsMilCoreApi.cs
- DbMetaDataCollectionNames.cs
- BlockUIContainer.cs
- EncryptionUtility.cs
- TypeDescriptionProvider.cs
- PeerChannelListener.cs
- XPathConvert.cs
- MarshalByRefObject.cs
- WinInetCache.cs
- XslTransform.cs
- QuotedStringFormatReader.cs
- Exception.cs
- WebSysDescriptionAttribute.cs
- TemplatePartAttribute.cs
- DataGridRelationshipRow.cs
- ILGenerator.cs
- Page.cs
- MaterialGroup.cs
- DBSchemaTable.cs
- SoapServerProtocol.cs
- ControlTemplate.cs
- MasterPageBuildProvider.cs
- MetadataSource.cs
- EventEntry.cs
- InvalidProgramException.cs
- Int32.cs
- TypeDescriptorFilterService.cs
- TraceHandler.cs
- HwndHost.cs
- AnnotationResourceCollection.cs
- SoapHeaderException.cs
- VisualStyleInformation.cs
- DictionarySurrogate.cs
- RegexCapture.cs
- ChangesetResponse.cs
- InlineObject.cs
- PropertyToken.cs
- DesignerAttribute.cs
- CodeStatementCollection.cs
- SqlGenericUtil.cs
- XsdBuildProvider.cs
- serverconfig.cs
- CodeGenerationManager.cs
- LoadWorkflowByKeyAsyncResult.cs
- MdiWindowListItemConverter.cs
- FieldAccessException.cs
- DbProviderFactories.cs
- ElementAction.cs
- CompatibleComparer.cs
- RetrieveVirtualItemEventArgs.cs
- ItemCollection.cs
- DefaultHttpHandler.cs
- StrongNameMembershipCondition.cs
- IgnoreSection.cs
- HealthMonitoringSectionHelper.cs
- XhtmlConformanceSection.cs
- NumberFormatInfo.cs
- coordinatorscratchpad.cs
- CheckoutException.cs
- ImageButton.cs
- RTTrackingProfile.cs
- ImportContext.cs
- BookmarkOptionsHelper.cs
- CompilerScopeManager.cs
- UrlMappingCollection.cs
- EarlyBoundInfo.cs
- ObjectDataSource.cs
- EntityDesignerUtils.cs
- ColumnMapProcessor.cs
- ResourceSetExpression.cs
- VectorAnimation.cs
- ParseElement.cs
- StackSpiller.Generated.cs
- StreamAsIStream.cs
- IdnElement.cs
- RequestNavigateEventArgs.cs