Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlEmptyTagControlBuilder.cs / 1305376 / HtmlEmptyTagControlBuilder.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.HtmlControls { using System; using System.Web.UI; ////// Used as ControlBuilder for controls that do not have a body or end /// tag, for example, INPUT and IMG. /// 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.Web.UI; ////// Used as ControlBuilder for controls that do not have a body or end /// tag, for example, INPUT and IMG. /// 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
- HGlobalSafeHandle.cs
- Compilation.cs
- OleServicesContext.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- DodSequenceMerge.cs
- NativeRightsManagementAPIsStructures.cs
- __ComObject.cs
- ExpressionPrinter.cs
- BufferedStream.cs
- ToolboxComponentsCreatingEventArgs.cs
- AnimationTimeline.cs
- LongValidator.cs
- X509CertificateValidator.cs
- Environment.cs
- TextInfo.cs
- ToolStripContentPanelRenderEventArgs.cs
- XPathParser.cs
- DesignerActionUIStateChangeEventArgs.cs
- UriTemplateDispatchFormatter.cs
- PrimitiveCodeDomSerializer.cs
- ClickablePoint.cs
- RuntimeCompatibilityAttribute.cs
- AssociationTypeEmitter.cs
- WasAdminWrapper.cs
- PeerCollaboration.cs
- DiagnosticsConfigurationHandler.cs
- EncodingNLS.cs
- AssemblyUtil.cs
- XmlProcessingInstruction.cs
- XmlAttributes.cs
- GridViewColumnCollectionChangedEventArgs.cs
- LicenseContext.cs
- GuidConverter.cs
- DataServiceException.cs
- Repeater.cs
- WebProxyScriptElement.cs
- BaseParagraph.cs
- RequestSecurityToken.cs
- IChannel.cs
- MbpInfo.cs
- ArrayConverter.cs
- IncrementalReadDecoders.cs
- Baml6ConstructorInfo.cs
- AssemblyCollection.cs
- DynamicQueryableWrapper.cs
- CodeMethodReturnStatement.cs
- CfgRule.cs
- ObjectParameter.cs
- WebPartsSection.cs
- IisTraceListener.cs
- SessionPageStatePersister.cs
- PageContent.cs
- SqlWebEventProvider.cs
- datacache.cs
- MarshalByRefObject.cs
- EventSetter.cs
- NativeRecognizer.cs
- ArgumentException.cs
- Evaluator.cs
- HwndTarget.cs
- SortAction.cs
- SynchronizationLockException.cs
- EpmContentDeSerializerBase.cs
- HttpCacheVaryByContentEncodings.cs
- SchemaType.cs
- WebPartManager.cs
- RectangleF.cs
- InputBuffer.cs
- SecurityContext.cs
- ObjectViewFactory.cs
- InkCanvasSelection.cs
- DataColumnChangeEvent.cs
- WindowsFormsLinkLabel.cs
- GeneralTransformGroup.cs
- CompilerScope.cs
- DesignerHost.cs
- hebrewshape.cs
- PaginationProgressEventArgs.cs
- SingleStorage.cs
- HandlerBase.cs
- ImportCatalogPart.cs
- ErrorActivity.cs
- DesignerActionList.cs
- StreamGeometryContext.cs
- WaitHandleCannotBeOpenedException.cs
- HttpGetProtocolImporter.cs
- InArgumentConverter.cs
- UIElementCollection.cs
- SqlUtil.cs
- nulltextnavigator.cs
- SymbolEqualComparer.cs
- XmlSecureResolver.cs
- QueryableDataSource.cs
- TextTreeExtractElementUndoUnit.cs
- SafeArrayTypeMismatchException.cs
- xml.cs
- CopyCodeAction.cs
- SiteMapDataSourceView.cs
- System.Data.OracleClient_BID.cs
- DataGridClipboardCellContent.cs