Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlEmptyTagControlBuilder.cs / 1 / HtmlEmptyTagControlBuilder.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security.Permissions; using System.Web.UI; ////// Used as ControlBuilder for controls that do not have a body or end /// tag, for example, INPUT and IMG. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class HtmlEmptyTagControlBuilder : ControlBuilder { //// Indicate that the control does not have a body or end tag. // public override bool HasBody() { return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Security.Permissions; using System.Web.UI; ////// Used as ControlBuilder for controls that do not have a body or end /// tag, for example, INPUT and IMG. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class HtmlEmptyTagControlBuilder : ControlBuilder { //// Indicate that the control does not have a body or end tag. // public override bool HasBody() { return false; } } } // 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
- SecurityTokenException.cs
- TextStore.cs
- PopupRootAutomationPeer.cs
- HttpRawResponse.cs
- SQLInt16Storage.cs
- BookmarkManager.cs
- FileUtil.cs
- ProviderCollection.cs
- SendActivityDesigner.cs
- ResourceManager.cs
- BaseCodeDomTreeGenerator.cs
- bindurihelper.cs
- DesignerDataSchemaClass.cs
- ProxyDataContractResolver.cs
- DesignTimeParseData.cs
- HtmlLink.cs
- LinqDataSourceStatusEventArgs.cs
- TimelineClockCollection.cs
- DbConnectionHelper.cs
- OrderByLifter.cs
- SmtpNetworkElement.cs
- StaticSiteMapProvider.cs
- IIS7UserPrincipal.cs
- BindingCollection.cs
- Matrix3D.cs
- Metadata.cs
- DateTimeFormat.cs
- AdjustableArrowCap.cs
- Invariant.cs
- TabControlCancelEvent.cs
- Point4DConverter.cs
- SoapCodeExporter.cs
- ParserExtension.cs
- Stream.cs
- LayeredChannelFactory.cs
- ListViewItem.cs
- EncodingTable.cs
- GridItemCollection.cs
- TransactionContextValidator.cs
- NameNode.cs
- UriWriter.cs
- WorkflowDesignerColors.cs
- TdsParserSafeHandles.cs
- CqlQuery.cs
- SqlWebEventProvider.cs
- ZipIOLocalFileDataDescriptor.cs
- Vector3D.cs
- RawAppCommandInputReport.cs
- XomlCompilerError.cs
- FilterElement.cs
- ProvidersHelper.cs
- Single.cs
- translator.cs
- XmlRawWriterWrapper.cs
- CharEntityEncoderFallback.cs
- DataSysAttribute.cs
- DrawingGroup.cs
- Deserializer.cs
- ToolStripDropDown.cs
- SelectedGridItemChangedEvent.cs
- FontDialog.cs
- Point4DValueSerializer.cs
- MasterPageBuildProvider.cs
- DisableDpiAwarenessAttribute.cs
- SendContent.cs
- HttpTransportSecurityElement.cs
- NativeConfigurationLoader.cs
- __TransparentProxy.cs
- SQLByteStorage.cs
- ScrollPatternIdentifiers.cs
- InitializerFacet.cs
- IPPacketInformation.cs
- Rules.cs
- NullNotAllowedCollection.cs
- IntSecurity.cs
- ControlCachePolicy.cs
- DetailsViewInsertedEventArgs.cs
- TextDpi.cs
- InheritablePropertyChangeInfo.cs
- FontUnit.cs
- XsltInput.cs
- Brush.cs
- MtomMessageEncodingElement.cs
- DataGridViewRowStateChangedEventArgs.cs
- ScriptingRoleServiceSection.cs
- NamespaceInfo.cs
- RegexCompilationInfo.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- FontDialog.cs
- DataGridViewAdvancedBorderStyle.cs
- ThousandthOfEmRealDoubles.cs
- MouseButtonEventArgs.cs
- Errors.cs
- DependencyPropertyHelper.cs
- BrowserDefinitionCollection.cs
- BulletDecorator.cs
- RightsManagementEncryptedStream.cs
- IMembershipProvider.cs
- WebFormDesignerActionService.cs
- FlatButtonAppearance.cs