HtmlHelper.GenerateDisplayName(ModelExplorer, String) 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 name.
protected:
 virtual System::String ^ GenerateDisplayName(Microsoft::AspNetCore::Mvc::ViewFeatures::ModelExplorer ^ modelExplorer, System::String ^ expression);protected virtual string GenerateDisplayName(Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer modelExplorer, string expression);abstract member GenerateDisplayName : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string -> string
override this.GenerateDisplayName : Microsoft.AspNetCore.Mvc.ViewFeatures.ModelExplorer * string -> stringProtected Overridable Function GenerateDisplayName (modelExplorer As ModelExplorer, expression As String) As StringParameters
- modelExplorer
- ModelExplorer
The ModelExplorer.
- expression
- String
The expression.
Returns
The display name.