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 最初の内部プロパティが string に変換されます (値が nullの場合)。 無限ループを防ぐために、このメソッドは再帰的ではありません。

適用対象