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
- WmlLiteralTextAdapter.cs
- MetadataSerializer.cs
- ProfileProvider.cs
- FileStream.cs
- TextTreePropertyUndoUnit.cs
- TableCell.cs
- ExpressionPrinter.cs
- BufferedReadStream.cs
- ListViewHitTestInfo.cs
- RawStylusActions.cs
- ModelTreeEnumerator.cs
- SystemResources.cs
- DocumentPageTextView.cs
- SafeSystemMetrics.cs
- EventLogPermissionEntryCollection.cs
- DummyDataSource.cs
- LogManagementAsyncResult.cs
- TransformedBitmap.cs
- Invariant.cs
- DomainConstraint.cs
- AccessibilityApplicationManager.cs
- UnsafePeerToPeerMethods.cs
- PersonalizationState.cs
- ResXBuildProvider.cs
- CustomAssemblyResolver.cs
- ExpressionLexer.cs
- Compiler.cs
- Rijndael.cs
- CatalogZone.cs
- DocumentPageViewAutomationPeer.cs
- FormViewRow.cs
- ItemMap.cs
- EntityObject.cs
- HttpStreamXmlDictionaryReader.cs
- MatrixCamera.cs
- SignHashRequest.cs
- HuffCodec.cs
- KeyInstance.cs
- Hash.cs
- DefinitionProperties.cs
- UnaryExpression.cs
- XamlTreeBuilderBamlRecordWriter.cs
- CachedFontFace.cs
- StateItem.cs
- PLINQETWProvider.cs
- MdbDataFileEditor.cs
- WhitespaceSignificantCollectionAttribute.cs
- ToolStripLabel.cs
- Random.cs
- odbcmetadatacolumnnames.cs
- RuntimeCompatibilityAttribute.cs
- WebPartHelpVerb.cs
- GenericWebPart.cs
- CriticalExceptions.cs
- SystemUnicastIPAddressInformation.cs
- NetworkInterface.cs
- IsolatedStoragePermission.cs
- ObjectListCommandsPage.cs
- ConversionHelper.cs
- AsymmetricAlgorithm.cs
- ObjectConverter.cs
- FontStretches.cs
- DropSource.cs
- SqlVersion.cs
- _ListenerAsyncResult.cs
- TemplateBamlTreeBuilder.cs
- EditorAttribute.cs
- NamespaceEmitter.cs
- ExtensionElement.cs
- EditorServiceContext.cs
- StyleCollection.cs
- MenuCommand.cs
- OciEnlistContext.cs
- EncryptionUtility.cs
- CompositeDuplexBindingElement.cs
- BuildManager.cs
- WorkflowMarkupElementEventArgs.cs
- ItemAutomationPeer.cs
- PermissionSetTriple.cs
- MembershipSection.cs
- BaseDataList.cs
- RTLAwareMessageBox.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- ResourceContainer.cs
- ConnectionPoint.cs
- SafeFreeMibTable.cs
- WindowsEditBoxRange.cs
- InvalidOperationException.cs
- InplaceBitmapMetadataWriter.cs
- AmbientValueAttribute.cs
- UIPermission.cs
- EntityCommandExecutionException.cs
- XPathException.cs
- ExceptionValidationRule.cs
- SrgsDocumentParser.cs
- _Connection.cs
- StorageComplexTypeMapping.cs
- MachineKeyConverter.cs
- ToolStripItemRenderEventArgs.cs
- Parameter.cs