Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Popup.cs
- SerializationInfoEnumerator.cs
- TextInfo.cs
- PackageRelationshipSelector.cs
- SystemNetworkInterface.cs
- SqlLiftWhereClauses.cs
- HitTestWithGeometryDrawingContextWalker.cs
- InternalsVisibleToAttribute.cs
- CredentialCache.cs
- ExpressionBinding.cs
- RowUpdatingEventArgs.cs
- ChangesetResponse.cs
- PathFigureCollectionConverter.cs
- RelOps.cs
- DiscriminatorMap.cs
- PropertyDescriptorComparer.cs
- GlyphInfoList.cs
- ListItemCollection.cs
- ConnectionStringsExpressionBuilder.cs
- InvokeMemberBinder.cs
- CheckBoxAutomationPeer.cs
- TabRenderer.cs
- Single.cs
- HtmlLiteralTextAdapter.cs
- AnimationClock.cs
- TargetControlTypeCache.cs
- streamingZipPartStream.cs
- DefaultAsyncDataDispatcher.cs
- DetailsViewModeEventArgs.cs
- PerformanceCounterManager.cs
- CatalogPartChrome.cs
- CheckBoxPopupAdapter.cs
- Array.cs
- DataSet.cs
- TimeSpanHelper.cs
- UnauthorizedWebPart.cs
- ExcCanonicalXml.cs
- TextAutomationPeer.cs
- SoapAttributes.cs
- GlobalProxySelection.cs
- GrammarBuilderPhrase.cs
- ApplicationId.cs
- ResourceIDHelper.cs
- SignedPkcs7.cs
- XmlAnyElementAttribute.cs
- CaseInsensitiveComparer.cs
- StringAnimationUsingKeyFrames.cs
- RangeValuePattern.cs
- ResourceExpression.cs
- MessageSmuggler.cs
- TraceLog.cs
- ComponentChangingEvent.cs
- RequiredAttributeAttribute.cs
- ReflectionTypeLoadException.cs
- GPPOINT.cs
- WindowsSpinner.cs
- BaseDataBoundControl.cs
- PassportAuthentication.cs
- IndexedString.cs
- Icon.cs
- ValidatedControlConverter.cs
- TableParagraph.cs
- CodeAttributeArgumentCollection.cs
- HyperLinkStyle.cs
- ChannelProtectionRequirements.cs
- HttpModuleAction.cs
- AutomationIdentifier.cs
- CommandLibraryHelper.cs
- MouseCaptureWithinProperty.cs
- ColorTransform.cs
- RouteParametersHelper.cs
- StaticTextPointer.cs
- Msmq4SubqueuePoisonHandler.cs
- IResourceProvider.cs
- CellIdBoolean.cs
- XmlSchemaNotation.cs
- ButtonPopupAdapter.cs
- ModuleConfigurationInfo.cs
- PreviewKeyDownEventArgs.cs
- Nullable.cs
- ParallelTimeline.cs
- QueryContinueDragEvent.cs
- AuthenticodeSignatureInformation.cs
- JumpPath.cs
- TrackingConditionCollection.cs
- ImageCodecInfo.cs
- NumberEdit.cs
- FilterEventArgs.cs
- AddressAccessDeniedException.cs
- ReflectionHelper.cs
- ClientUIRequest.cs
- RoleManagerModule.cs
- RemoveStoryboard.cs
- XamlTreeBuilder.cs
- SchemaType.cs
- DeleteBookmarkScope.cs
- RelativeSource.cs
- CodeSubDirectory.cs
- SamlAuthorizationDecisionClaimResource.cs
- RemoteDebugger.cs