ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
의 속성에 대한 간단한 표시 문자열을 ModelmodelExplorer
가져옵니다.
public:
[System::Runtime::CompilerServices::Extension]
static System::String ^ GetSimpleDisplayText(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer);
public static string GetSimpleDisplayText (this Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer);
static member GetSimpleDisplayText : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer -> string
<Extension()>
Public Function GetSimpleDisplayText (modelExplorer As ModelExplorer) As String
매개 변수
- modelExplorer
- ModelExplorer
반환
모델에 대한 간단한 표시 문자열입니다.
설명
결과는 다음 원본(첫 번째 성공 성공) SimpleDisplayPropertyModel 에서 가져옵니다. 은 문자열로 변환되고(결과가 흥미로운 경우), 문자열로 변환된 NullDisplayText 첫 번째 내부 속성(값이 인 경우)입니다null
. 이 메서드는 무한 루프를 방지하기 위해 재귀적이지 않습니다.