ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 的 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
返回
模型的简单显示字符串。
注解
结果从以下来源获取, (第一个成功赢得) : SimpleDisplayProperty, Model 转换为字符串 (如果结果有趣) ,则第一个内部属性转换为字符串, NullDisplayText () 值 null
。 为了防止无限循环,此方法不是递归的。