Прочитај на енглеском Уреди

Делите путем


HtmlForm.ClientID Property

Definition

Gets the control identifier that is generated by ASP.NET for the HtmlForm control.

C#
public override string ClientID { get; }

Property Value

The control identifier generated by ASP.NET for the HtmlForm control.

Remarks

To prevent naming conflicts when multiple instances of a control are rendered, ASP.NET automatically generates a unique ClientID value for each control on a page. For more information, see the Control.ClientID property.

Applies to

Производ Верзије
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also