Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / ListControlBuilder.cs / 1305376 / ListControlBuilder.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Globalization; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Control builder for lists and selection lists, that allows list items to be placed inline. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ListControlBuilder : MobileControlBuilder { /// public override Type GetChildControlType(String tagName, IDictionary attributes) { if (String.Compare(tagName, "item", StringComparison.OrdinalIgnoreCase) == 0) { return typeof(MobileListItem); } else { return base.GetChildControlType(tagName, attributes); } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.Globalization; using System.Web.UI; using System.Security.Permissions; namespace System.Web.UI.MobileControls { /* * Control builder for lists and selection lists, that allows list items to be placed inline. * * Copyright (c) 2000 Microsoft Corporation */ ///[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] public class ListControlBuilder : MobileControlBuilder { /// public override Type GetChildControlType(String tagName, IDictionary attributes) { if (String.Compare(tagName, "item", StringComparison.OrdinalIgnoreCase) == 0) { return typeof(MobileListItem); } else { return base.GetChildControlType(tagName, attributes); } } } } // 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
- AttachedPropertyDescriptor.cs
- DefaultProxySection.cs
- TextContainerHelper.cs
- TextTreeInsertElementUndoUnit.cs
- Metadata.cs
- SizeChangedEventArgs.cs
- ClusterUtils.cs
- RootBrowserWindowProxy.cs
- COM2EnumConverter.cs
- DecoderFallback.cs
- WorkflowValidationFailedException.cs
- NamespaceTable.cs
- SamlConditions.cs
- AlternateViewCollection.cs
- ScrollProperties.cs
- loginstatus.cs
- ToolboxComponentsCreatingEventArgs.cs
- _HelperAsyncResults.cs
- Win32PrintDialog.cs
- TimerElapsedEvenArgs.cs
- ConstraintStruct.cs
- BindingMAnagerBase.cs
- EDesignUtil.cs
- MultiBindingExpression.cs
- WebPartUtil.cs
- WebPartCloseVerb.cs
- ToolStripDesignerAvailabilityAttribute.cs
- LockCookie.cs
- SmiConnection.cs
- FormViewUpdateEventArgs.cs
- UpdateCompiler.cs
- XhtmlConformanceSection.cs
- SessionMode.cs
- SerialStream.cs
- IndependentAnimationStorage.cs
- SiteMembershipCondition.cs
- RegistryPermission.cs
- log.cs
- SamlAuthenticationClaimResource.cs
- IssuanceLicense.cs
- WebReferencesBuildProvider.cs
- HandledMouseEvent.cs
- FontResourceCache.cs
- ToolbarAUtomationPeer.cs
- OledbConnectionStringbuilder.cs
- PasswordDeriveBytes.cs
- BuildProviderCollection.cs
- SecureEnvironment.cs
- SelectingProviderEventArgs.cs
- DragStartedEventArgs.cs
- EventProvider.cs
- StdRegProviderWrapper.cs
- CharacterHit.cs
- Exceptions.cs
- PersistenceException.cs
- OutOfMemoryException.cs
- CharacterMetrics.cs
- SettingsAttributes.cs
- DbReferenceCollection.cs
- RC2CryptoServiceProvider.cs
- StringExpressionSet.cs
- ColumnMap.cs
- SqlClientWrapperSmiStreamChars.cs
- sortedlist.cs
- XmlNodeChangedEventArgs.cs
- MenuItemCollectionEditor.cs
- MediaElement.cs
- ValidationService.cs
- ReadingWritingEntityEventArgs.cs
- WsatServiceCertificate.cs
- ExpressionWriter.cs
- GroupQuery.cs
- ScriptReferenceBase.cs
- PerformanceCountersBase.cs
- TemplateEditingService.cs
- InfoCardX509Validator.cs
- EventManager.cs
- PassportAuthenticationModule.cs
- TreeNodeBindingCollection.cs
- MemberInitExpression.cs
- UdpDiscoveryEndpointElement.cs
- SqlBulkCopyColumnMapping.cs
- ConfigXmlText.cs
- InlineObject.cs
- XslNumber.cs
- EventHandlingScope.cs
- Rule.cs
- querybuilder.cs
- QilCloneVisitor.cs
- WorkflowRuntime.cs
- UIElement.cs
- MonthChangedEventArgs.cs
- LogStore.cs
- XmlSchemaObjectTable.cs
- Sql8ExpressionRewriter.cs
- StylusTip.cs
- Activator.cs
- RegisteredHiddenField.cs
- Emitter.cs
- NetworkInformationException.cs