FormMappingContext.GetAttemptedValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
모델의 특정 부분을 식별하는 데 사용되는 키입니다.
반환
모델의 해당 부분과 연결된 시도된 값(있는 경우)입니다.