HiddenInputAttribute Class

Definition

Represents an attribute that is used to indicate whether a property or field value should be rendered as a hidden input element.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class HiddenInputAttribute : Attribute
type HiddenInputAttribute = class
    inherit Attribute
Public NotInheritable Class HiddenInputAttribute
Inherits Attribute
Inheritance
HiddenInputAttribute
Attributes

Constructors

HiddenInputAttribute()

Initializes a new instance of the HiddenInputAttribute class.

Properties

DisplayValue

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

Applies to