Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Adapters / WmlLiteralTextAdapter.cs / 1305376 / WmlLiteralTextAdapter.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.Drawing; using System.Security.Permissions; #if COMPILING_FOR_SHIPPED_SOURCE namespace System.Web.UI.MobileControls.ShippedAdapterSource #else namespace System.Web.UI.MobileControls.Adapters #endif { /* * WmlLiteralTextAdapter 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 WmlLiteralTextAdapter : WmlControlAdapter { /// protected new LiteralText Control { get { return (LiteralText)base.Control; } } String _pagedText; /// public override void Render(WmlMobileTextWriter writer) { // Cache value, because Render is called twice. if (_pagedText == null) { _pagedText = Control.PagedText; } writer.EnterFormat(Style); writer.RenderText(_pagedText, Control.BreakAfter); writer.ExitFormat(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
- WmfPlaceableFileHeader.cs
- UnicastIPAddressInformationCollection.cs
- RegexRunnerFactory.cs
- XmlBindingWorker.cs
- DetailsViewCommandEventArgs.cs
- UTF7Encoding.cs
- ObjectQueryExecutionPlan.cs
- WeakHashtable.cs
- ViewManager.cs
- CalendarAutoFormatDialog.cs
- ProfilePropertyNameValidator.cs
- DBAsyncResult.cs
- XmlEncodedRawTextWriter.cs
- VersionPair.cs
- Merger.cs
- FixedDocumentSequencePaginator.cs
- WebPartDescription.cs
- NavigationHelper.cs
- RoleServiceManager.cs
- PointAnimation.cs
- BinHexEncoding.cs
- PropagatorResult.cs
- ChangeProcessor.cs
- BrushValueSerializer.cs
- Section.cs
- XPathBuilder.cs
- EllipseGeometry.cs
- HttpCacheVary.cs
- DataControlHelper.cs
- ToolStripSeparator.cs
- DataGridColumnCollection.cs
- KnownTypesHelper.cs
- ButtonBase.cs
- MessageSecurityOverTcpElement.cs
- RowTypeElement.cs
- Hash.cs
- XslVisitor.cs
- XmlEncodedRawTextWriter.cs
- CorePropertiesFilter.cs
- JournalEntry.cs
- SecurityHeaderElementInferenceEngine.cs
- PackagePartCollection.cs
- NativeMethods.cs
- HttpApplication.cs
- TextBoxView.cs
- AbsoluteQuery.cs
- Overlapped.cs
- ViewSimplifier.cs
- FileLoadException.cs
- TransformationRules.cs
- ToolBarButton.cs
- UriTemplateMatch.cs
- EntityCollection.cs
- ResizingMessageFilter.cs
- DesignerView.Commands.cs
- StringValueConverter.cs
- DataKey.cs
- ShellProvider.cs
- FileDataSourceCache.cs
- ClientSettings.cs
- ApplicationTrust.cs
- DynamicResourceExtension.cs
- EventLog.cs
- TransformGroup.cs
- ISAPIWorkerRequest.cs
- CancellationTokenSource.cs
- HttpCookiesSection.cs
- SystemTcpStatistics.cs
- DocumentViewerBase.cs
- FileResponseElement.cs
- CertificateManager.cs
- odbcmetadatacollectionnames.cs
- StateRuntime.cs
- VerificationException.cs
- MasterPageBuildProvider.cs
- HMACSHA384.cs
- SqlParameter.cs
- FacetEnabledSchemaElement.cs
- HttpModuleActionCollection.cs
- TimerElapsedEvenArgs.cs
- TextStore.cs
- TableAutomationPeer.cs
- TextureBrush.cs
- InfoCardTrace.cs
- CaseExpr.cs
- SingleTagSectionHandler.cs
- HandlerFactoryWrapper.cs
- CollectionContainer.cs
- HtmlDocument.cs
- BinaryMessageFormatter.cs
- VectorCollectionConverter.cs
- DataKey.cs
- AttributeExtensions.cs
- SafeSystemMetrics.cs
- QuaternionAnimationBase.cs
- GlyphCache.cs
- PageBorderless.cs
- CellTreeNodeVisitors.cs
- DragEvent.cs
- BigInt.cs