Table of Contents

Property Name

Namespace: TinyComponents
Assembly: TinyComponents.dll

Name

Gets or sets the name attribute of the HTML element. The name is used to reference elements in JavaScript, or to reference form data after a form is submitted.

public string? Name { get; set; }

Property Value

string?