HiddenInputAttribute クラス

定義

プロパティまたはフィールド値を非表示の入力要素としてレンダリングするかどうかを示すために使用される属性を表します。

[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
継承
HiddenInputAttribute
属性

コンストラクター

HiddenInputAttribute()

HiddenInputAttribute クラスの新しいインスタンスを初期化します。

プロパティ

DisplayValue

非表示の入力要素の値を表示するかどうかを示す値を取得または設定します。

適用対象