다음을 통해 공유


FormMappingContext.GetAttemptedValue 메서드

정의

오버로드

GetAttemptedValue(String)

지정된 모델 키에 대해 매핑하지 못한 시도된 값을 검색합니다.

GetAttemptedValue(String, String)

지정된 모델 키에 대해 매핑하지 못한 시도된 값을 검색합니다.

GetAttemptedValue(String)

Source:
FormMappingContext.cs
Source:
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)

Source:
FormMappingContext.cs
Source:
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

모델의 특정 부분을 식별하는 데 사용되는 키입니다.

반환

모델의 해당 부분과 연결된 시도된 값(있는 경우)입니다.

적용 대상