Bundle::CacheLookup Method

Overrides this to implement own caching logic.

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

public:
virtual BundleResponse^ CacheLookup(
	BundleContext^ context
)

Parameters

context
Type: System.Web.Optimization::BundleContext
The bundle context.

Return Value

Type: System.Web.Optimization::BundleResponse
A bundle response.
Show: