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
- WebUtil.cs
- DictionarySectionHandler.cs
- ToolStripPanel.cs
- ComplexBindingPropertiesAttribute.cs
- DataGridColumnHeadersPresenterAutomationPeer.cs
- LogReserveAndAppendState.cs
- SchemaName.cs
- AnnotationObservableCollection.cs
- QuotedPrintableStream.cs
- WebOperationContext.cs
- TimeoutException.cs
- SpecialFolderEnumConverter.cs
- ListViewItemSelectionChangedEvent.cs
- ListViewGroupConverter.cs
- TryCatchDesigner.xaml.cs
- FrameAutomationPeer.cs
- DocumentXPathNavigator.cs
- ExpressionBinding.cs
- InternalUserCancelledException.cs
- ACL.cs
- AuthorizationSection.cs
- PointAnimationClockResource.cs
- GB18030Encoding.cs
- ClientCultureInfo.cs
- basecomparevalidator.cs
- IIS7UserPrincipal.cs
- WindowAutomationPeer.cs
- ExpandableObjectConverter.cs
- Table.cs
- RouteItem.cs
- HttpPostedFile.cs
- mediaclock.cs
- HtmlMeta.cs
- Nullable.cs
- HttpInputStream.cs
- SemanticAnalyzer.cs
- util.cs
- MatrixTransform3D.cs
- CodeArrayCreateExpression.cs
- ContextDataSourceContextData.cs
- AlphaSortedEnumConverter.cs
- ScaleTransform3D.cs
- TypeDescriptionProvider.cs
- XMLSchema.cs
- BaseParser.cs
- __TransparentProxy.cs
- ApplicationInterop.cs
- ListViewInsertedEventArgs.cs
- RuleSettings.cs
- ResourceSet.cs
- ReadOnlyDataSource.cs
- ColorContext.cs
- DBDataPermission.cs
- WebSysDescriptionAttribute.cs
- AutoGeneratedField.cs
- CFGGrammar.cs
- FixedHyperLink.cs
- Pair.cs
- PolyLineSegmentFigureLogic.cs
- StickyNote.cs
- ListBox.cs
- XmlDictionary.cs
- translator.cs
- TraceHandlerErrorFormatter.cs
- NavigationWindowAutomationPeer.cs
- ColorBlend.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- StandardCommandToolStripMenuItem.cs
- HandlerWithFactory.cs
- TdsRecordBufferSetter.cs
- BrowserCapabilitiesCodeGenerator.cs
- ReachFixedPageSerializerAsync.cs
- WebUtil.cs
- UrlMapping.cs
- SHA512Cng.cs
- SystemFonts.cs
- StringValidatorAttribute.cs
- SoapServerMethod.cs
- CustomLineCap.cs
- PeerContact.cs
- MergablePropertyAttribute.cs
- EncryptedData.cs
- SmtpTransport.cs
- securestring.cs
- AnnotationComponentChooser.cs
- TextSpan.cs
- DataGridViewCellPaintingEventArgs.cs
- ResizeGrip.cs
- DesignerRegionCollection.cs
- AssemblyHash.cs
- DataColumnMappingCollection.cs
- Switch.cs
- EncoderParameters.cs
- GeneratedCodeAttribute.cs
- LookupBindingPropertiesAttribute.cs
- EncodedStreamFactory.cs
- CodeValidator.cs
- XmlNodeList.cs
- SqlDataRecord.cs
- DocumentSchemaValidator.cs