Bundle.GetCacheKey Method

Gets the cache key for the specified bundle context.

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

Syntax

'Declaration
Public Overridable Function GetCacheKey ( _
    context As BundleContext _
) As String
'Usage
Dim instance As Bundle 
Dim context As BundleContext 
Dim returnValue As String 

returnValue = instance.GetCacheKey(context)
public virtual string GetCacheKey(
    BundleContext context
)
public:
virtual String^ GetCacheKey(
    BundleContext^ context
)
abstract GetCacheKey : 
        context:BundleContext -> string  
override GetCacheKey : 
        context:BundleContext -> string
public function GetCacheKey(
    context : BundleContext
) : String

Parameters

Return Value

Type: System.String

See Also

Reference

Bundle Class

System.Web.Optimization Namespace