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

'Declaration
Protected Overrides NotOverridable Function GetSimpleDisplayText As String
'Usage
Dim returnValue As String 

returnValue = Me.GetSimpleDisplayText()
protected override sealed string GetSimpleDisplayText()
protected:
virtual String^ GetSimpleDisplayText() override sealed
abstract GetSimpleDisplayText : unit -> string  
override GetSimpleDisplayText : unit -> string
protected override final function GetSimpleDisplayText() : String

Return Value

Type: System.String
The simple display string for the model.

See Also

Reference

CachedModelMetadata<TPrototypeCache> Class

System.Web.Mvc Namespace