Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Adapters / ChtmlCommandAdapter.cs / 1305376 / ChtmlCommandAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Security.Permissions; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource #else namespace System.Web.UI.MobileControls.Adapters #endif { /* * ChtmlCommandAdapter class. */ ///[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 ChtmlCommandAdapter : HtmlCommandAdapter { /// public override bool RequiresFormTag { get { return true; } } /// protected override void AddAttributes(HtmlMobileTextWriter writer) { AddAccesskeyAttribute(writer); AddJPhoneMultiMediaAttributes(writer); } } } // 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
- PackageStore.cs
- Converter.cs
- ModelItemDictionary.cs
- SharedUtils.cs
- ParserStack.cs
- SqlBooleanMismatchVisitor.cs
- ToolStripManager.cs
- OperatingSystem.cs
- RegexParser.cs
- ViewStateException.cs
- FilteredAttributeCollection.cs
- TypedCompletedAsyncResult.cs
- ProgressBarBrushConverter.cs
- BulletChrome.cs
- WebBrowsableAttribute.cs
- DataGridBoolColumn.cs
- Executor.cs
- XmlNotation.cs
- IgnoreFileBuildProvider.cs
- ContractMapping.cs
- OleDbFactory.cs
- UpDownBase.cs
- TemplatePropertyEntry.cs
- SimplePropertyEntry.cs
- ObjectManager.cs
- PolygonHotSpot.cs
- CompiledQuery.cs
- CloudCollection.cs
- SoapReflectionImporter.cs
- OperationResponse.cs
- TextEditorMouse.cs
- X509RecipientCertificateServiceElement.cs
- Types.cs
- RuntimeArgumentHandle.cs
- SpeechRecognitionEngine.cs
- ActionMessageFilterTable.cs
- TypeBuilder.cs
- XmlReflectionMember.cs
- XmlDataLoader.cs
- PageParser.cs
- ReturnEventArgs.cs
- WindowsTooltip.cs
- BevelBitmapEffect.cs
- ContainerVisual.cs
- RenderingBiasValidation.cs
- InstanceContextMode.cs
- codemethodreferenceexpression.cs
- TransportChannelListener.cs
- ErrorHandler.cs
- LongTypeConverter.cs
- WindowsFormsSynchronizationContext.cs
- ApplicationInfo.cs
- LocalsItemDescription.cs
- DataServiceProviderMethods.cs
- String.cs
- ChildDocumentBlock.cs
- ExclusiveNamedPipeTransportManager.cs
- FactoryGenerator.cs
- RequestQueue.cs
- Psha1DerivedKeyGenerator.cs
- TransformDescriptor.cs
- DataColumnPropertyDescriptor.cs
- InfocardChannelParameter.cs
- ExceptionHandlersDesigner.cs
- RegistryPermission.cs
- Application.cs
- ColorTransformHelper.cs
- ColorConverter.cs
- PropertyGridCommands.cs
- VScrollBar.cs
- sqlpipe.cs
- InvariantComparer.cs
- RelationshipConverter.cs
- InvokeAction.cs
- sqlpipe.cs
- GenericTextProperties.cs
- MaskedTextBox.cs
- RSAOAEPKeyExchangeDeformatter.cs
- ContextMenuService.cs
- ApplicationBuildProvider.cs
- OdbcConnectionHandle.cs
- UserControl.cs
- WindowsTokenRoleProvider.cs
- TextFragmentEngine.cs
- UserPreferenceChangedEventArgs.cs
- OrderByQueryOptionExpression.cs
- ProcessHost.cs
- ReplacementText.cs
- BulletedList.cs
- DataGridHeaderBorder.cs
- XmlBinaryWriterSession.cs
- UpdateExpressionVisitor.cs
- XmlWhitespace.cs
- Helper.cs
- SettingsPropertyValue.cs
- SystemIPv6InterfaceProperties.cs
- PointCollectionValueSerializer.cs
- DataObject.cs
- FocusTracker.cs
- ArrayConverter.cs