共用方式為


ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) 方法

定義

取得 屬性的 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

ModelExplorer

傳回

模型的簡單顯示字串。

備註

結果會從下列來源取得, (第一個成功成功) : SimpleDisplayPropertyModel 如果結果有趣) ,則轉換成字串 (,第一個內部屬性會轉換成字串, NullDisplayText (值) 時 null 。 這個方法不是遞迴的,是為了防止無限迴圈。

適用於