CachedAssociatedMetadataProvider<TModelMetadata>.CacheKeyPrefix Property

 

Gets the cache key prefix.

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

Syntax

protected string CacheKeyPrefix { get; }
protected:
property String^ CacheKeyPrefix {
    String^ get();
}
member CacheKeyPrefix : string with get
Protected ReadOnly Property CacheKeyPrefix As String

Property Value

Type: System.String

The cache key prefix.

See Also

CachedAssociatedMetadataProvider<TModelMetadata> Class
System.Web.Mvc Namespace

Return to top