Share via


CachedModelMetadata<TPrototypeCache>.GetSimpleDisplayText Method ()

 

Gets or sets the simple display string for the model.

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

protected override sealed string GetSimpleDisplayText()
protected:
virtual String^ GetSimpleDisplayText() override sealed
override GetSimpleDisplayText : unit -> string
Protected Overrides NotOverridable Function GetSimpleDisplayText As String

Return Value

Type: System.String

The simple display string for the model.

See Also

CachedModelMetadata<TPrototypeCache> Class
System.Web.Mvc Namespace

Return to top