PageAdapter::TransformText Method
Transforms text for the target browser.
Assembly: System.Web (in System.Web.dll)
Parameters
- text
- Type: System::String
A String that is the text to transform.
The TransformText method can be used, for example, to transform tab characters (\t) into line breaks (\n).
The TransformText base method returns text unchanged.
Notes to Inheritors:When you inherit from the PageAdapter class, you can override TransformText if a particular markup has a construct with a different form from standard HTML. For example, if a browser requires a different identifier for a tag than what would be used in HTML, TransformText method can be overridden to find that tag and change it.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.