Share via


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

モデルの特定の部分を識別するために使用されるキー。

戻り値

モデルのその部分に関連付けられた試行値 (存在する場合)。

適用対象