1 write to _link
System.Web.Mobile (1)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (1)
45
_link
= new Link();
6 references to _link
System.Web.Mobile (6)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicValidationSummaryAdapter.cs (6)
46
Control.Controls.Add(
_link
);
77
_link
.NavigateUrl = Constants.FormIDPrefix + Control.FormToValidate;
79
_link
.Text = controlBackLabel == null || controlBackLabel.Length == 0 ? GetDefaultLabel(BackLabel) : controlBackLabel;
81
_link
.BreakAfter = false;
82
((IAttributeAccessor)
_link
).SetAttribute(XhtmlConstants.AccessKeyCustomAttribute, GetCustomAttributeValue(XhtmlConstants.AccessKeyCustomAttribute));
85
_link
.Visible = false;