CachedModelMetadata(TPrototypeCache).Description Property

Gets or sets the description of the model.

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

abstract Description : string with get, set 
override Description : string with get, set

Property Value

Type: System.String
The description of the model.

The getter returns the cached value if it is cached. If the value is not cached, it is put into the cache and returned.

Show: