DataAnnotationsModelMetadata.GetSimpleDisplayText 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 text to display for the model when the model represents a complex object.
protected:
override System::String ^ GetSimpleDisplayText();
protected override string GetSimpleDisplayText ();
override this.GetSimpleDisplayText : unit -> string
Protected Overrides Function GetSimpleDisplayText () As String
Returns
The text to display for a complex object. If there is a DisplayColumnAttribute attribute for the model, the default is the name of the display column. Otherwise the default is determined by calling the GetSimpleDisplayText() method of the ModelMetadata base class.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.