HtmlHelper.GenerateDisplayText(ModelExplorer) Method    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generate display text.
protected:
 virtual System::String ^ GenerateDisplayText(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer);protected virtual string GenerateDisplayText(Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer);abstract member GenerateDisplayText : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer -> string
override this.GenerateDisplayText : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer -> stringProtected Overridable Function GenerateDisplayText (modelExplorer As ModelExplorer) As StringParameters
- modelExplorer
- ModelExplorer
The ModelExplorer.
Returns
The text.