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)
57
Control.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;