Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / HtmlControls / HtmlGenericControl.cs / 1 / HtmlGenericControl.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlGenericControl.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System; using System.Collections; using System.ComponentModel; using System.IO; using System.Web.UI; using System.Security.Permissions; /* * A control representing an unknown Html tag. */ ////// [ConstructorNeedsTag(true)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlGenericControl : HtmlContainerControl { /* * Creates a new WebControl */ ////// The ///class defines the methods, /// properties, and events for all HTML Server control tags not represented by a /// specific class. /// /// public HtmlGenericControl() : this("span") { } /* * Creates a new HtmlGenericControl */ ///Initializes a new instance of the ///class with default /// values. /// public HtmlGenericControl(string tag) { if (tag == null) tag = String.Empty; _tagName = tag; } /* * Property to get name of tag. */ ///Initializes a new instance of the ///class using the specified /// string. /// [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] new public string TagName { get { return _tagName;} set {_tagName = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the element name of a tag that contains a /// runat="server" attribute/value pair. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * HtmlGenericControl.cs * * Copyright (c) 2000 Microsoft Corporation */ namespace System.Web.UI.HtmlControls { using System; using System.Collections; using System.ComponentModel; using System.IO; using System.Web.UI; using System.Security.Permissions; /* * A control representing an unknown Html tag. */ ////// [ConstructorNeedsTag(true)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HtmlGenericControl : HtmlContainerControl { /* * Creates a new WebControl */ ////// The ///class defines the methods, /// properties, and events for all HTML Server control tags not represented by a /// specific class. /// /// public HtmlGenericControl() : this("span") { } /* * Creates a new HtmlGenericControl */ ///Initializes a new instance of the ///class with default /// values. /// public HtmlGenericControl(string tag) { if (tag == null) tag = String.Empty; _tagName = tag; } /* * Property to get name of tag. */ ///Initializes a new instance of the ///class using the specified /// string. /// [ WebCategory("Appearance"), DefaultValue(""), DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) ] new public string TagName { get { return _tagName;} set {_tagName = value;} } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the element name of a tag that contains a /// runat="server" attribute/value pair. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- AnnotationComponentManager.cs
- PageHandlerFactory.cs
- MailAddress.cs
- DragEvent.cs
- GreenMethods.cs
- GridEntryCollection.cs
- FrameworkRichTextComposition.cs
- TraceEventCache.cs
- GridViewEditEventArgs.cs
- HtmlTextArea.cs
- Animatable.cs
- messageonlyhwndwrapper.cs
- LogWriteRestartAreaState.cs
- VirtualDirectoryMapping.cs
- FontInfo.cs
- TrackBar.cs
- RegexCompilationInfo.cs
- GenericEnumerator.cs
- CharConverter.cs
- BulletedListEventArgs.cs
- WebPartEditorCancelVerb.cs
- FileDialogPermission.cs
- ProxyFragment.cs
- DesignerDataParameter.cs
- AnnotationComponentChooser.cs
- EmptyEnumerator.cs
- EntityDesignPluralizationHandler.cs
- TextTreeRootNode.cs
- ProviderIncompatibleException.cs
- Tracking.cs
- QilReplaceVisitor.cs
- RecognizerStateChangedEventArgs.cs
- DropShadowEffect.cs
- TabItemAutomationPeer.cs
- ValidationHelper.cs
- XmlAnyElementAttributes.cs
- MouseDevice.cs
- StandardTransformFactory.cs
- PatternMatcher.cs
- RelativeSource.cs
- EngineSite.cs
- filewebrequest.cs
- NativeBuffer.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DataBoundControl.cs
- BinarySerializer.cs
- TableAutomationPeer.cs
- XmlNullResolver.cs
- NodeCounter.cs
- SpotLight.cs
- CodeTypeReferenceExpression.cs
- EventMappingSettingsCollection.cs
- HtmlInputFile.cs
- PrimitiveType.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Int64.cs
- LabelInfo.cs
- RowCache.cs
- BinaryCommonClasses.cs
- AutoCompleteStringCollection.cs
- ExpressionVisitor.cs
- Selection.cs
- Page.cs
- CodeArrayCreateExpression.cs
- SynchronizingStream.cs
- ListBindingHelper.cs
- GlyphElement.cs
- SchemaCollectionCompiler.cs
- TextAutomationPeer.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- ExpressionNode.cs
- HttpListenerRequest.cs
- Tile.cs
- BitmapData.cs
- PageAdapter.cs
- CollectionViewSource.cs
- Point3DAnimationBase.cs
- CompilerResults.cs
- TableRowsCollectionEditor.cs
- Parameter.cs
- EnumValAlphaComparer.cs
- _CookieModule.cs
- APCustomTypeDescriptor.cs
- CheckBoxAutomationPeer.cs
- HwndPanningFeedback.cs
- BoundPropertyEntry.cs
- DefaultMemberAttribute.cs
- shaperfactoryquerycachekey.cs
- DrawingContextWalker.cs
- newinstructionaction.cs
- DataChangedEventManager.cs
- FormsAuthenticationUserCollection.cs
- BinaryMethodMessage.cs
- GrammarBuilderPhrase.cs
- FileDialog_Vista.cs
- PathGeometry.cs
- ChangePassword.cs
- SecurityResources.cs
- UnauthorizedWebPart.cs
- ApplicationTrust.cs