BindAttributes Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İşaretlemeyi öğelerinin özniteliklerini bind bulma altyapısı.
public ref class BindAttributes abstract sealed
[Microsoft.AspNetCore.Components.BindElement("select", null, "value", "onchange")]
[Microsoft.AspNetCore.Components.BindElement("textarea", null, "value", "onchange")]
[Microsoft.AspNetCore.Components.BindInputElement(null, null, "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement(null, "value", "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("checkbox", null, "checked", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("text", null, "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("number", null, "value", "onchange", true, null)]
[Microsoft.AspNetCore.Components.BindInputElement("number", "value", "value", "onchange", true, null)]
[Microsoft.AspNetCore.Components.BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")]
[Microsoft.AspNetCore.Components.BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")]
[Microsoft.AspNetCore.Components.BindInputElement("datetime-local", null, "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
[Microsoft.AspNetCore.Components.BindInputElement("datetime-local", "value", "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")]
[Microsoft.AspNetCore.Components.BindInputElement("month", null, "value", "onchange", true, "yyyy-MM")]
[Microsoft.AspNetCore.Components.BindInputElement("month", "value", "value", "onchange", true, "yyyy-MM")]
[Microsoft.AspNetCore.Components.BindInputElement("time", null, "value", "onchange", true, "HH:mm:ss")]
[Microsoft.AspNetCore.Components.BindInputElement("time", "value", "value", "onchange", true, "HH:mm:ss")]
public static class BindAttributes
[Microsoft.AspNetCore.Components.BindElement("select", null, "value", "onchange")]
[Microsoft.AspNetCore.Components.BindElement("textarea", null, "value", "onchange")]
[Microsoft.AspNetCore.Components.BindInputElement(null, null, "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement(null, "value", "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("checkbox", null, "checked", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("text", null, "value", "onchange", false, null)]
[Microsoft.AspNetCore.Components.BindInputElement("number", null, "value", "onchange", true, null)]
[Microsoft.AspNetCore.Components.BindInputElement("number", "value", "value", "onchange", true, null)]
[Microsoft.AspNetCore.Components.BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")]
[Microsoft.AspNetCore.Components.BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")]
public static class BindAttributes
[<Microsoft.AspNetCore.Components.BindElement("select", null, "value", "onchange")>]
[<Microsoft.AspNetCore.Components.BindElement("textarea", null, "value", "onchange")>]
[<Microsoft.AspNetCore.Components.BindInputElement(null, null, "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement(null, "value", "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("checkbox", null, "checked", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("text", null, "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("number", null, "value", "onchange", true, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("number", "value", "value", "onchange", true, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")>]
[<Microsoft.AspNetCore.Components.BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")>]
[<Microsoft.AspNetCore.Components.BindInputElement("datetime-local", null, "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")>]
[<Microsoft.AspNetCore.Components.BindInputElement("datetime-local", "value", "value", "onchange", true, "yyyy-MM-ddTHH:mm:ss")>]
[<Microsoft.AspNetCore.Components.BindInputElement("month", null, "value", "onchange", true, "yyyy-MM")>]
[<Microsoft.AspNetCore.Components.BindInputElement("month", "value", "value", "onchange", true, "yyyy-MM")>]
[<Microsoft.AspNetCore.Components.BindInputElement("time", null, "value", "onchange", true, "HH:mm:ss")>]
[<Microsoft.AspNetCore.Components.BindInputElement("time", "value", "value", "onchange", true, "HH:mm:ss")>]
type BindAttributes = class
[<Microsoft.AspNetCore.Components.BindElement("select", null, "value", "onchange")>]
[<Microsoft.AspNetCore.Components.BindElement("textarea", null, "value", "onchange")>]
[<Microsoft.AspNetCore.Components.BindInputElement(null, null, "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement(null, "value", "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("checkbox", null, "checked", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("text", null, "value", "onchange", false, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("number", null, "value", "onchange", true, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("number", "value", "value", "onchange", true, null)>]
[<Microsoft.AspNetCore.Components.BindInputElement("date", null, "value", "onchange", true, "yyyy-MM-dd")>]
[<Microsoft.AspNetCore.Components.BindInputElement("date", "value", "value", "onchange", true, "yyyy-MM-dd")>]
type BindAttributes = class
Public Class BindAttributes
- Devralma
-
BindAttributes
- Öznitelikler
Açıklamalar
Öznitelik kümesini bind genişletmek için adlı BindAttributes bir ortak sınıf tanımlayın ve buna uygun özniteliklerle açıklama ekleyin.