1 write to AlternateUrl
System.Web.Mobile (1)
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
120
_call.
AlternateUrl
= NavigateUrlConverter.GetUrl(
5 references to AlternateUrl
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlPhoneCallAdapter.cs (1)
79
String url = Control.
AlternateUrl
;
UI\MobileControls\Adapters\WmlPhoneCallAdapter.cs (1)
77
url = Control.
AlternateUrl
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicPhoneCallAdapter.cs (1)
88
String url = Control.
AlternateUrl
;
UI\MobileControls\Design\PhoneCallDesigner.cs (1)
126
e = new ComponentChangedEventArgs(e.Component, e.Member, e.OldValue, _call.
AlternateUrl
);
UI\MobileControls\PhoneCall.cs (1)
164
String target =
AlternateUrl
;