Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Adapters / XhtmlAdapters / XhtmlBasicLinkAdapter.cs / 1305376 / XhtmlBasicLinkAdapter.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Security.Permissions; using System.Web.Mobile; using System.Web.UI.MobileControls; using System.Web.UI.MobileControls.Adapters; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource.XhtmlAdapters #else namespace System.Web.UI.MobileControls.Adapters.XhtmlAdapters #endif { ///[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 XhtmlLinkAdapter : XhtmlControlAdapter { /// protected new Link Control { get { return base.Control as Link; } } /// public override void Render(XhtmlMobileTextWriter writer) { ConditionalClearPendingBreak(writer); ConditionalEnterStyle(writer, Style); String cssClass = GetCustomAttributeValue(XhtmlConstants.CssClassCustomAttribute); String accessKey = GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute); RenderBeginLink(writer, Control.NavigateUrl, accessKey, Style, cssClass); String controlText = Control.Text; writer.WriteEncodedText(controlText == null || controlText.Length == 0 ? Control.NavigateUrl : controlText); RenderEndLink(writer); // ConditionalSetPendingBreak should always be called *before* ConditionalExitStyle. // ConditionalExitStyle may render a block element and clear the pending break. ConditionalSetPendingBreakAfterInline(writer); ConditionalExitStyle(writer, Style); } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Security.Permissions; using System.Web.Mobile; using System.Web.UI.MobileControls; using System.Web.UI.MobileControls.Adapters; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource.XhtmlAdapters #else namespace System.Web.UI.MobileControls.Adapters.XhtmlAdapters #endif { ///[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 XhtmlLinkAdapter : XhtmlControlAdapter { /// protected new Link Control { get { return base.Control as Link; } } /// public override void Render(XhtmlMobileTextWriter writer) { ConditionalClearPendingBreak(writer); ConditionalEnterStyle(writer, Style); String cssClass = GetCustomAttributeValue(XhtmlConstants.CssClassCustomAttribute); String accessKey = GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute); RenderBeginLink(writer, Control.NavigateUrl, accessKey, Style, cssClass); String controlText = Control.Text; writer.WriteEncodedText(controlText == null || controlText.Length == 0 ? Control.NavigateUrl : controlText); RenderEndLink(writer); // ConditionalSetPendingBreak should always be called *before* ConditionalExitStyle. // ConditionalExitStyle may render a block element and clear the pending break. ConditionalSetPendingBreakAfterInline(writer); ConditionalExitStyle(writer, 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
- SharedStatics.cs
- ScriptControlDescriptor.cs
- DataControlButton.cs
- OracleConnection.cs
- MemberMemberBinding.cs
- MDIWindowDialog.cs
- MatrixCamera.cs
- StylusPoint.cs
- OdbcEnvironmentHandle.cs
- FontStretch.cs
- ThicknessAnimationUsingKeyFrames.cs
- ScrollProperties.cs
- DictionarySectionHandler.cs
- Matrix3DConverter.cs
- Base64WriteStateInfo.cs
- AccessedThroughPropertyAttribute.cs
- DoubleAnimationUsingKeyFrames.cs
- PageThemeParser.cs
- CellTreeNodeVisitors.cs
- XmlSchemaAppInfo.cs
- XsdBuildProvider.cs
- HttpHandlersSection.cs
- XPathDocument.cs
- MatrixAnimationUsingPath.cs
- SystemIPGlobalStatistics.cs
- ChannelTokenTypeConverter.cs
- CompositeFontInfo.cs
- DataGridViewButtonColumn.cs
- GridViewCellAutomationPeer.cs
- ColumnTypeConverter.cs
- DocumentReferenceCollection.cs
- WebPartPersonalization.cs
- EdmComplexPropertyAttribute.cs
- handlecollector.cs
- linebase.cs
- FormsAuthentication.cs
- InstanceDataCollectionCollection.cs
- ScrollEventArgs.cs
- EndOfStreamException.cs
- DataServices.cs
- OrderByBuilder.cs
- SynchronizationValidator.cs
- TypeInitializationException.cs
- CodeNamespaceImport.cs
- HtmlInputImage.cs
- DynamicILGenerator.cs
- ReceiveMessageRecord.cs
- IdentifierCollection.cs
- UniqueEventHelper.cs
- TemplateControlCodeDomTreeGenerator.cs
- XmlSubtreeReader.cs
- ConfigurationValidatorAttribute.cs
- Function.cs
- PropertyGridCommands.cs
- Exceptions.cs
- CaretElement.cs
- WebPartMovingEventArgs.cs
- LayoutInformation.cs
- PersonalizationEntry.cs
- Profiler.cs
- ControlAdapter.cs
- ReadWriteObjectLock.cs
- TemplateKey.cs
- RoutedPropertyChangedEventArgs.cs
- DetailsViewModeEventArgs.cs
- VersionedStream.cs
- SqlDataRecord.cs
- DataListItemEventArgs.cs
- columnmapfactory.cs
- ArrangedElement.cs
- HttpConfigurationSystem.cs
- HScrollBar.cs
- CollectionTraceRecord.cs
- InkCanvasFeedbackAdorner.cs
- DataGridViewLinkCell.cs
- BufferedStream.cs
- FormatSelectingMessageInspector.cs
- DataGridComboBoxColumn.cs
- RegistryDataKey.cs
- DropShadowEffect.cs
- SimpleWebHandlerParser.cs
- PseudoWebRequest.cs
- BrowserTree.cs
- ExpressionPrefixAttribute.cs
- SHA512Managed.cs
- EventLogEntry.cs
- ElementMarkupObject.cs
- XpsPartBase.cs
- ActivityTypeResolver.xaml.cs
- PeerCollaborationPermission.cs
- EventMap.cs
- EncryptedData.cs
- HyperLinkColumn.cs
- DisplayInformation.cs
- PathParser.cs
- OverflowException.cs
- ToolTipAutomationPeer.cs
- GcHandle.cs
- IPPacketInformation.cs
- updatecommandorderer.cs