PageAdapter.TransformText Method
.NET Framework 3.0
Transforms text for the target browser.
Namespace: System.Web.UI.Adapters
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public String TransformText ( String text )
public function TransformText ( text : String ) : String
Not applicable.
Parameters
- text
A String that is the text to transform.
Return Value
A String that contains the transformed text.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 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: