Share via


BindInputElementAttribute 构造函数

定义

构造 的 BindInputElementAttribute实例。

public:
 BindInputElementAttribute(System::String ^ type, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute, bool isInvariantCulture, System::String ^ format);
public BindInputElementAttribute (string type, string suffix, string valueAttribute, string changeAttribute, bool isInvariantCulture, string format);
public BindInputElementAttribute (string? type, string? suffix, string? valueAttribute, string? changeAttribute, bool isInvariantCulture, string? format);
new Microsoft.AspNetCore.Components.BindInputElementAttribute : string * string * string * string * bool * string -> Microsoft.AspNetCore.Components.BindInputElementAttribute
Public Sub New (type As String, suffix As String, valueAttribute As String, changeAttribute As String, isInvariantCulture As Boolean, format As String)

参数

type
String

元素的 type 属性的值。

suffix
String

后缀值。

valueAttribute
String

要绑定的值属性的名称。

changeAttribute
String

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

isInvariantCulture
Boolean

确定绑定是使用 InvariantCulture 还是 CurrentCulture

format
String

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

适用于