CachedAssociatedMetadataProvider(Of TModelMetadata).CacheKeyPrefix Property

Gets the cache key prefix.

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

'Declaration
Protected ReadOnly Property CacheKeyPrefix As String 
	Get
'Usage
Dim value As String 

value = Me.CacheKeyPrefix

Property Value

Type: System.String
The cache key prefix.
Show: