다음을 통해 공유


ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 메서드

정의

의 속성에 대한 간단한 표시 문자열을 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

매개 변수

반환

모델에 대한 간단한 표시 문자열입니다.

설명

결과는 다음 원본(첫 번째 성공 성공) SimpleDisplayPropertyModel 에서 가져옵니다. 은 문자열로 변환되고(결과가 흥미로운 경우), 문자열로 변환된 NullDisplayText 첫 번째 내부 속성(값이 인 경우)입니다null. 이 메서드는 무한 루프를 방지하기 위해 재귀적이지 않습니다.

적용 대상