1 write to _link
System.Web.Mobile (1)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (1)
56_link = new Link();
5 references to _link
System.Web.Mobile (5)
UI\MobileControls\Adapters\HtmlValidationSummaryAdapter.cs (5)
57Control.Controls.Add(_link); 91_link.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate; 92_link.Text = String.IsNullOrEmpty(Control.BackLabel) ? GetDefaultLabel(BackLabel) : Control.BackLabel; 94_link.BreakAfter = false; 98_link.Visible = false;