HiddenInputAttribute.DisplayValue Property

Definition

Gets or sets a value that indicates whether to display the value of the hidden input element.

public bool DisplayValue { get; set; }
member this.DisplayValue : bool with get, set
Public Property DisplayValue As Boolean

Property Value

true if the value should be displayed; otherwise, false.

Applies to