ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 屬性的 modelExplorer
簡單顯示字串 Model 。
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
。 這個方法不是遞迴的,是為了防止無限迴圈。