共用方式為


FormMappingContext.GetAttemptedValue 方法

定義

多載

GetAttemptedValue(String)

擷取無法對應指定模型索引鍵的嘗試值。

GetAttemptedValue(String, String)

擷取無法對應指定模型索引鍵的嘗試值。

GetAttemptedValue(String)

來源:
FormMappingContext.cs

擷取無法對應指定模型索引鍵的嘗試值。

public string? GetAttemptedValue (string key);
member this.GetAttemptedValue : string -> string
Public Function GetAttemptedValue (key As String) As String

參數

key
String

用來識別模型特定部分的索引鍵。

傳回

如果有的話,與該部分模型相關聯的嘗試值。

適用於

GetAttemptedValue(String, String)

來源:
FormMappingContext.cs

擷取無法對應指定模型索引鍵的嘗試值。

public string? GetAttemptedValue (string formName, string key);
member this.GetAttemptedValue : string * string -> string
Public Function GetAttemptedValue (formName As String, key As String) As String

參數

formName
String

此內容下表單的表單名稱。

key
String

用來識別模型特定部分的索引鍵。

傳回

如果有的話,與該部分模型相關聯的嘗試值。

適用於