ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 方法

定义

获取 的 Model 属性的 modelExplorer简单显示字符串。

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

ModelExplorer

返回

模型的简单显示字符串。

注解

结果从以下来源获取, (第一个成功赢得) : SimpleDisplayPropertyModel 转换为字符串 (如果结果有趣) ,则第一个内部属性转换为字符串, NullDisplayText () 值 null 。 为了防止无限循环,此方法不是递归的。

适用于