CachedModelMetadata<'TPrototypeCache>.ComputeSimpleDisplayText Method ()

 

This method is protected and therefore cannot be called directly. This method was designed to be overridden in a deriving class such as CachedDataAnnotationsModelMetadata.

Gets or sets the cached simple display string for the model.

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

abstract ComputeSimpleDisplayText : unit -> string
override ComputeSimpleDisplayText : unit -> string

Return Value

Type: System.String

The cached simple display string for the model.

Return to top
Show: