BindElementAttribute(String, String, String, String) 构造函数

定义

构造 的 BindElementAttribute实例。

public:
 BindElementAttribute(System::String ^ element, System::String ^ suffix, System::String ^ valueAttribute, System::String ^ changeAttribute);
public BindElementAttribute (string element, string suffix, string valueAttribute, string changeAttribute);
public BindElementAttribute (string element, string? suffix, string valueAttribute, string changeAttribute);
new Microsoft.AspNetCore.Components.BindElementAttribute : string * string * string * string -> Microsoft.AspNetCore.Components.BindElementAttribute
Public Sub New (element As String, suffix As String, valueAttribute As String, changeAttribute As String)

参数

element
String

元素的标记名称。

suffix
String

后缀值。 例如,对于 bind-value,将此 value 设置为 ,或将 bind设置为 null

valueAttribute
String

要绑定的值属性的名称。

changeAttribute
String

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

适用于