BindInputElementAttribute 类

定义

配置 HTML input 元素的绑定子类型的选项。

public ref class BindInputElementAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)]
public sealed class BindInputElementAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true, Inherited=true)>]
type BindInputElementAttribute = class
    inherit Attribute
Public NotInheritable Class BindInputElementAttribute
Inherits Attribute
继承
BindInputElementAttribute
属性

构造函数

BindInputElementAttribute(String, String, String, String, Boolean, String)

构造 的 BindInputElementAttribute实例。

属性

ChangeAttribute

获取将注册关联更改事件的属性的名称。

Format

获取转换值时要使用的可选格式。

IsInvariantCulture

获取一个值,该值确定绑定将使用 InvariantCulture 还是 CurrentCulture

Suffix

获取后缀值。

Type

获取元素的 type 属性的值。

ValueAttribute

获取要绑定的值属性的名称。

适用于