Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Adapters / WmlLinkAdapter.cs / 1305376 / WmlLinkAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.IO; using System.Web; using System.Web.UI; using System.Web.UI.MobileControls; using System.Security.Permissions; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource #else namespace System.Web.UI.MobileControls.Adapters #endif { /* * WmlLinkAdapter class. * * 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 WmlLinkAdapter : WmlControlAdapter { /// protected new Link Control { get { return (Link)base.Control; } } /// public override void Render(WmlMobileTextWriter writer) { String navigateUrl = Control.NavigateUrl; String text = (String.IsNullOrEmpty(Control.Text)) ? navigateUrl : Control.Text; bool breakAfter = Control.BreakAfter && !Device.RendersBreaksAfterWmlAnchor; String softkeyLabel = Control.SoftkeyLabel; bool implicitSoftkeyLabel = false; if (softkeyLabel.Length == 0) { implicitSoftkeyLabel = true; softkeyLabel = Control.Text; } writer.EnterStyle(Style); RenderLink(writer, navigateUrl, softkeyLabel, implicitSoftkeyLabel, true, text, breakAfter); writer.ExitStyle(Style); } } } // 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
- EmptyEnumerator.cs
- SortAction.cs
- KnownIds.cs
- RenamedEventArgs.cs
- ProtectedProviderSettings.cs
- BindingParameterCollection.cs
- SchemaDeclBase.cs
- XmlSchemaSequence.cs
- Button.cs
- ServiceDesigner.cs
- TypeUtil.cs
- CaseInsensitiveHashCodeProvider.cs
- SessionPageStatePersister.cs
- GraphicsPath.cs
- WebAdminConfigurationHelper.cs
- smtpconnection.cs
- PixelFormatConverter.cs
- RecoverInstanceLocksCommand.cs
- PassportIdentity.cs
- StrongNameMembershipCondition.cs
- FileUpload.cs
- SourceChangedEventArgs.cs
- DefaultProxySection.cs
- SafeMILHandleMemoryPressure.cs
- RegexReplacement.cs
- ObjectStateManager.cs
- SettingsBindableAttribute.cs
- AccessDataSource.cs
- EventMappingSettingsCollection.cs
- DefaultValueAttribute.cs
- Maps.cs
- ReadOnlyCollection.cs
- _FtpControlStream.cs
- TextInfo.cs
- ExtentJoinTreeNode.cs
- ManipulationDevice.cs
- DefaultShape.cs
- TraceListeners.cs
- InlinedAggregationOperator.cs
- ProcessModuleCollection.cs
- TemplateControlParser.cs
- CodePageUtils.cs
- XmlTextReaderImpl.cs
- ComponentCollection.cs
- ListenDesigner.cs
- CustomCategoryAttribute.cs
- ClickablePoint.cs
- FormsAuthenticationModule.cs
- DataServiceException.cs
- AccessibleObject.cs
- FreezableCollection.cs
- ConstraintManager.cs
- MemberJoinTreeNode.cs
- TextEditorLists.cs
- ToolStripMenuItem.cs
- InkPresenter.cs
- TextContainerChangeEventArgs.cs
- StringBuilder.cs
- TrustSection.cs
- SizeF.cs
- MethodBody.cs
- ReflectionPermission.cs
- ImageMapEventArgs.cs
- StickyNoteHelper.cs
- UIPropertyMetadata.cs
- PropertyItem.cs
- CurrentTimeZone.cs
- DataGridViewCellStyleConverter.cs
- TcpChannelHelper.cs
- WindowsIPAddress.cs
- WinFormsUtils.cs
- Memoizer.cs
- WinFormsUtils.cs
- XmlIterators.cs
- SizeFConverter.cs
- SecurityVersion.cs
- AssemblyAttributes.cs
- SoapProcessingBehavior.cs
- XmlLoader.cs
- TextClipboardData.cs
- securitycriticaldataClass.cs
- DesignerObject.cs
- StorageRoot.cs
- GiveFeedbackEvent.cs
- GeneralTransform.cs
- PageAsyncTaskManager.cs
- Point4D.cs
- SamlSecurityToken.cs
- MDIClient.cs
- MethodBuilder.cs
- TreeNode.cs
- SpoolingTaskBase.cs
- IndentTextWriter.cs
- QueueProcessor.cs
- MissingManifestResourceException.cs
- Vars.cs
- FieldBuilder.cs
- ToolStripControlHost.cs
- TextRunCache.cs
- TextServicesCompartmentEventSink.cs