TargetConverter Class
Converts a value representing the location (target) to display the content resulting from a Web navigation to a string. It also converts a string to a target value.
For a list of all members of this type, see TargetConverter Members.
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
System.Web.UI.WebControls.TargetConverter
[Visual Basic] Public Class TargetConverter Inherits StringConverter [C#] public class TargetConverter : StringConverter [C++] public __gc class TargetConverter : public StringConverter [JScript] public class TargetConverter extends StringConverter
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The TargetConverter class creates a collection of values that can be used to specify the location to display content resulting from a Web navigation, such as the page navigated to when a HyperLink control is clicked. This collection is commonly used in a designer to display a list of values that can be used for the Target property of a navigation control, such as the HyperLink control.
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
TargetConverter Members | System.Web.UI.WebControls Namespace | System.ComponentModel.TypeConverter | HyperLink | Target