Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextDecorationCollectionConverter.cs
- OperatingSystem.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- ConfigurationElementProperty.cs
- DataSourceDesigner.cs
- IconBitmapDecoder.cs
- SystemKeyConverter.cs
- SessionPageStateSection.cs
- WebPartDisplayModeEventArgs.cs
- SqlServer2KCompatibilityAnnotation.cs
- ParenthesizePropertyNameAttribute.cs
- DefaultPrintController.cs
- DefaultSerializationProviderAttribute.cs
- Hash.cs
- MissingSatelliteAssemblyException.cs
- XmlEventCache.cs
- WebServiceMethodData.cs
- ExecutionEngineException.cs
- Scheduling.cs
- InternalSafeNativeMethods.cs
- PrintEvent.cs
- ResourcesGenerator.cs
- SqlExpressionNullability.cs
- FlowLayoutSettings.cs
- HttpClientCertificate.cs
- TrackingMemoryStream.cs
- MemoryMappedFileSecurity.cs
- DefaultBinder.cs
- ToolStripArrowRenderEventArgs.cs
- TreeNodeCollection.cs
- SecurityKeyIdentifier.cs
- ComplexPropertyEntry.cs
- TemplateLookupAction.cs
- EditCommandColumn.cs
- InternalMappingException.cs
- UrlPropertyAttribute.cs
- BaseValidator.cs
- PageSetupDialog.cs
- DesignerVerbCollection.cs
- Message.cs
- TextServicesManager.cs
- TraceUtility.cs
- Publisher.cs
- ManagementNamedValueCollection.cs
- MenuScrollingVisibilityConverter.cs
- RegexFCD.cs
- HandleRef.cs
- InputLangChangeEvent.cs
- CellParaClient.cs
- TextTreeInsertUndoUnit.cs
- XmlSerializationReader.cs
- PathGeometry.cs
- translator.cs
- MessageQueueTransaction.cs
- SoapObjectReader.cs
- ResourceDescriptionAttribute.cs
- KeyboardEventArgs.cs
- MemoryFailPoint.cs
- PeerNameRecord.cs
- CodeCompiler.cs
- ObjectQuery_EntitySqlExtensions.cs
- XmlSiteMapProvider.cs
- CatalogPartChrome.cs
- DSACryptoServiceProvider.cs
- NetworkAddressChange.cs
- CodeConditionStatement.cs
- UnsettableComboBox.cs
- UpdatePanelControlTrigger.cs
- DrawingAttributesDefaultValueFactory.cs
- SecurityPolicyVersion.cs
- LOSFormatter.cs
- GridViewActionList.cs
- CustomError.cs
- PasswordRecoveryAutoFormat.cs
- ColorConvertedBitmap.cs
- DataStreamFromComStream.cs
- SQLStringStorage.cs
- UnmanagedMemoryStream.cs
- AsymmetricKeyExchangeDeformatter.cs
- DataGridPageChangedEventArgs.cs
- GlyphingCache.cs
- DBConnection.cs
- ObjectDataSourceView.cs
- IntranetCredentialPolicy.cs
- GeneralTransformCollection.cs
- SoapAttributes.cs
- RevocationPoint.cs
- Empty.cs
- Typography.cs
- XmlImplementation.cs
- FontWeights.cs
- AppDomainShutdownMonitor.cs
- BooleanStorage.cs
- ExtentCqlBlock.cs
- DataGridHeaderBorder.cs
- StoreContentChangedEventArgs.cs
- VisualBasicExpressionConverter.cs
- Propagator.ExtentPlaceholderCreator.cs
- FormViewRow.cs
- SoapUnknownHeader.cs