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 -> string
Protected Overridable Function GenerateDisplayText (modelExplorer As ModelExplorer) As String
Parameters
- modelExplorer
- ModelExplorer
The ModelExplorer.
Returns
The text.