Aracılığıyla paylaş


ModelExplorerExtensions.GetSimpleDisplayText(ModelExplorer) Yöntem

Tanım

özelliği modelExploreriçin Model basit bir görüntü dizesi alır.

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

Parametreler

modelExplorer
ModelExplorer

ModelExplorer.

Döndürülenler

Model için basit bir görüntü dizesi.

Açıklamalar

Sonuç aşağıdaki kaynaklardan elde edilir (ilk başarı kazanır): SimpleDisplayProperty, Model dizeye dönüştürülür (sonuç ilginçse), ilk iç özellik dizeye NullDisplayText dönüştürülür (değer olduğunda null). Bu yöntem sonsuz döngü önlemek için özyinelemeli değildir.

Şunlara uygulanır