PhoneCall.AlternateUrl Property

Definition

Gets or sets the URL where the device will go to on non-calling devices. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property System::String ^ AlternateUrl { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter))]
public string AlternateUrl { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.Design.MobileControls.Converters.NavigateUrlConverter))>]
member this.AlternateUrl : string with get, set
Public Property AlternateUrl As String

Property Value

The URL where the device will go to on non-calling devices.

Attributes

Remarks

What the user sees is controlled by the Text property of the PhoneCall object, PhoneNumber, AlternateFormat, and AlternateUrl properties.

Note

This property is only used on devices that are unable to originate telephone calls as an alternative location for navigation purposes.

Applies to

See also