Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- autovalidator.cs
- XPathMessageFilterTable.cs
- FontConverter.cs
- CompilerParameters.cs
- ConstructorBuilder.cs
- TextParaClient.cs
- StrongNameKeyPair.cs
- Trigger.cs
- ReachSerializerAsync.cs
- StylusOverProperty.cs
- ReadOnlyPropertyMetadata.cs
- UpDownBase.cs
- TrackingLocationCollection.cs
- IPHostEntry.cs
- DelegatingConfigHost.cs
- StatusBarPanel.cs
- SingleTagSectionHandler.cs
- PointIndependentAnimationStorage.cs
- messageonlyhwndwrapper.cs
- SessionIDManager.cs
- ViewManager.cs
- IntSecurity.cs
- TreeViewEvent.cs
- Misc.cs
- SecurityUtils.cs
- ColorConverter.cs
- SchemaAttDef.cs
- Base64Decoder.cs
- SqlUnionizer.cs
- CheckBoxField.cs
- SymbolType.cs
- SdlChannelSink.cs
- DocumentDesigner.cs
- DataSource.cs
- TransactionCache.cs
- UnsafeNativeMethods.cs
- XmlHelper.cs
- UnsafeNativeMethods.cs
- RepeatInfo.cs
- AspNetCompatibilityRequirementsMode.cs
- WindowInteropHelper.cs
- SqlBinder.cs
- InnerItemCollectionView.cs
- ZoomComboBox.cs
- LinkArea.cs
- SmiEventStream.cs
- GeneratedContractType.cs
- WebPartsPersonalization.cs
- CollectionViewSource.cs
- TextProperties.cs
- WindowsSspiNegotiation.cs
- PageContent.cs
- TransformProviderWrapper.cs
- ZipPackagePart.cs
- InternalCache.cs
- ImageListDesigner.cs
- ParameterInfo.cs
- ServiceDesigner.cs
- DesignerAutoFormat.cs
- columnmapkeybuilder.cs
- _CacheStreams.cs
- CodeStatementCollection.cs
- ObjectTag.cs
- BamlRecords.cs
- ApplicationDirectory.cs
- cookie.cs
- dsa.cs
- ConditionBrowserDialog.cs
- NullableFloatMinMaxAggregationOperator.cs
- ExpressionBindings.cs
- PkcsUtils.cs
- DbTransaction.cs
- SqlDataSourceCache.cs
- BorderGapMaskConverter.cs
- Stack.cs
- CodeVariableDeclarationStatement.cs
- RewritingValidator.cs
- TimelineGroup.cs
- GridViewDeleteEventArgs.cs
- ObjectStateManagerMetadata.cs
- HtmlControl.cs
- SoapConverter.cs
- FormatterServices.cs
- ItemsPanelTemplate.cs
- ConnectionManagementSection.cs
- EventLogHandle.cs
- RawKeyboardInputReport.cs
- UInt64Storage.cs
- ThreadPool.cs
- BinaryObjectWriter.cs
- InvokeProviderWrapper.cs
- NativeMethods.cs
- PersonalizationState.cs
- TcpClientSocketManager.cs
- StrokeCollection2.cs
- GCHandleCookieTable.cs
- TypeLoadException.cs
- ISAPIApplicationHost.cs
- ProviderBase.cs
- RoutedPropertyChangedEventArgs.cs