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
- RawStylusSystemGestureInputReport.cs
- HwndHostAutomationPeer.cs
- ModuleElement.cs
- SqlCacheDependencySection.cs
- BaseContextMenu.cs
- FilteredReadOnlyMetadataCollection.cs
- TreeNodeMouseHoverEvent.cs
- Baml2006KnownTypes.cs
- EmptyReadOnlyDictionaryInternal.cs
- documentation.cs
- SrgsRuleRef.cs
- ScriptingWebServicesSectionGroup.cs
- XMLDiffLoader.cs
- ContentElement.cs
- ValueUtilsSmi.cs
- PeerSecurityHelpers.cs
- EventLogPermissionEntry.cs
- DataBoundControlAdapter.cs
- PartitionResolver.cs
- SessionSwitchEventArgs.cs
- Int16.cs
- MetabaseReader.cs
- ContextDataSourceView.cs
- _HeaderInfo.cs
- WriteTimeStream.cs
- DATA_BLOB.cs
- MailAddressCollection.cs
- JavaScriptSerializer.cs
- XmlSerializerNamespaces.cs
- ListenerAdapter.cs
- Authorization.cs
- VariantWrapper.cs
- PiiTraceSource.cs
- IndexedString.cs
- DbCommandTree.cs
- RpcResponse.cs
- TypeLibraryHelper.cs
- ColorAnimationBase.cs
- SHA384.cs
- SerializationAttributes.cs
- DataSourceProvider.cs
- DiagnosticsConfiguration.cs
- ApplyTemplatesAction.cs
- WebHeaderCollection.cs
- TableRowCollection.cs
- DrawingVisual.cs
- DateTimeValueSerializerContext.cs
- FileDialogCustomPlace.cs
- SynchronizedPool.cs
- DataServiceRequestException.cs
- NativeActivityContext.cs
- CacheForPrimitiveTypes.cs
- FontSourceCollection.cs
- InputMethodStateChangeEventArgs.cs
- DataGridViewRowHeightInfoPushedEventArgs.cs
- ScriptManagerProxy.cs
- GroupDescription.cs
- VariableQuery.cs
- CellRelation.cs
- OracleDataAdapter.cs
- ListItemParagraph.cs
- WindowsUpDown.cs
- Rijndael.cs
- SqlPersistenceProviderFactory.cs
- XmlTextReader.cs
- MethodToken.cs
- BrowserCapabilitiesCompiler.cs
- ExpressionList.cs
- DecoderFallbackWithFailureFlag.cs
- ErrorsHelper.cs
- ConnectionConsumerAttribute.cs
- DataRow.cs
- ListBindingConverter.cs
- SatelliteContractVersionAttribute.cs
- SoapFormatExtensions.cs
- RecordBuilder.cs
- WebPartDisplayMode.cs
- WindowsSspiNegotiation.cs
- MeasureData.cs
- IERequestCache.cs
- ParentQuery.cs
- Gdiplus.cs
- AttachmentCollection.cs
- ErrorEventArgs.cs
- ConnectionInterfaceCollection.cs
- BamlTreeNode.cs
- WmlPageAdapter.cs
- RuleSettings.cs
- MsmqIntegrationElement.cs
- HttpHandlersSection.cs
- TransformGroup.cs
- codemethodreferenceexpression.cs
- ControllableStoryboardAction.cs
- TextServicesLoader.cs
- WebControl.cs
- CalendarDateRange.cs
- QilValidationVisitor.cs
- Stack.cs
- InvocationExpression.cs
- ArrayList.cs