2 writes to _targetUrl
System.Web.Mobile (2)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (2)
359
_targetUrl
= targetUrl;
377
_targetUrl
= targetUrl;
5 references to _targetUrl
System.Web.Mobile (5)
UI\MobileControls\Adapters\UpWmlMobileTextWriter.cs (5)
419
softkey.TargetUrl =
_targetUrl
;
434
if (
_targetUrl
.StartsWith(Constants.FormIDPrefix, StringComparison.Ordinal))
437
Write(
_targetUrl
);
441
Write(EscapeAmpersand(
_targetUrl
));
445
WriteEncodedUrl(
_targetUrl
);