3 references to Control
System.Web.Mobile (3)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicLinkAdapter.cs (3)
38
RenderBeginLink(writer,
Control
.NavigateUrl, accessKey, Style, cssClass);
39
String controlText =
Control
.Text;
40
writer.WriteEncodedText(controlText == null || controlText.Length == 0 ?
Control
.NavigateUrl : controlText);