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
- MessageBox.cs
- ToolboxComponentsCreatingEventArgs.cs
- DrawingAttributesDefaultValueFactory.cs
- BitmapImage.cs
- HierarchicalDataBoundControlAdapter.cs
- GradientSpreadMethodValidation.cs
- ToolZoneDesigner.cs
- JournalEntryStack.cs
- WebReferencesBuildProvider.cs
- TracedNativeMethods.cs
- AttributeCollection.cs
- ListViewUpdatedEventArgs.cs
- EditorAttribute.cs
- WindowsSecurityToken.cs
- CodeEventReferenceExpression.cs
- ConstructorNeedsTagAttribute.cs
- CLSCompliantAttribute.cs
- AggregateNode.cs
- userdatakeys.cs
- NGCSerializationManager.cs
- RayHitTestParameters.cs
- XPathAxisIterator.cs
- ProxyHwnd.cs
- ListDictionary.cs
- GroupBox.cs
- MailMessageEventArgs.cs
- TemplatedWizardStep.cs
- DataGridViewImageColumn.cs
- UserPreferenceChangedEventArgs.cs
- BuiltInPermissionSets.cs
- ConfigurationSettings.cs
- XmlImplementation.cs
- InkCanvasAutomationPeer.cs
- HiddenField.cs
- FastPropertyAccessor.cs
- HelpFileFileNameEditor.cs
- MediaTimeline.cs
- VersionPair.cs
- Single.cs
- ObjectDataSourceStatusEventArgs.cs
- XPathDocumentNavigator.cs
- CalendarAutoFormatDialog.cs
- MultipleViewPattern.cs
- SoapInteropTypes.cs
- SafeNativeMethods.cs
- XamlToRtfWriter.cs
- WebZone.cs
- ManagementEventArgs.cs
- SelectiveScrollingGrid.cs
- WpfGeneratedKnownProperties.cs
- XXXInfos.cs
- TabControlToolboxItem.cs
- DesignSurfaceManager.cs
- ToggleProviderWrapper.cs
- DoubleMinMaxAggregationOperator.cs
- LayoutManager.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ContainerControlDesigner.cs
- RangeValidator.cs
- ProbeRequestResponseAsyncResult.cs
- WindowsRichEdit.cs
- AuthenticatedStream.cs
- BuildProvider.cs
- ColorConvertedBitmapExtension.cs
- SqlAliaser.cs
- DynamicQueryableWrapper.cs
- TextDecorationCollection.cs
- SeekableMessageNavigator.cs
- DBCSCodePageEncoding.cs
- DataGridSortCommandEventArgs.cs
- ITextView.cs
- TextComposition.cs
- MessageHeaderDescriptionCollection.cs
- StringInfo.cs
- CodeMemberEvent.cs
- ImageFormat.cs
- SortQuery.cs
- XmlSignatureManifest.cs
- Geometry.cs
- VoiceChangeEventArgs.cs
- UpdateManifestForBrowserApplication.cs
- RootBuilder.cs
- SAPICategories.cs
- PropertyPathConverter.cs
- BamlTreeUpdater.cs
- RemoteX509Token.cs
- RefreshInfo.cs
- DeadLetterQueue.cs
- ConnectionPointCookie.cs
- ListViewItemSelectionChangedEvent.cs
- SystemIPAddressInformation.cs
- QueryRewriter.cs
- RegexWriter.cs
- RemoteHelper.cs
- MachineKeySection.cs
- SelectionRange.cs
- WebBrowser.cs
- SemanticAnalyzer.cs
- EventPrivateKey.cs
- ByteAnimationBase.cs