HtmlHelper.DisplayName(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.
Returns the display name for the specified expression.
public:
 virtual System::String ^ DisplayName(System::String ^ expression);public string DisplayName(string expression);abstract member DisplayName : string -> string
override this.DisplayName : string -> stringPublic Function DisplayName (expression As String) As StringParameters
- expression
- String
Expression name, relative to the current model.
Returns
A String containing the display name.