IBundleResolver.GetBundleUrl Method

Returns the versioned URL of the bundle.

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

Syntax

'Declaration
Function GetBundleUrl ( _
    virtualPath As String _
) As String
'Usage
Dim instance As IBundleResolver 
Dim virtualPath As String 
Dim returnValue As String 

returnValue = instance.GetBundleUrl(virtualPath)
string GetBundleUrl(
    string virtualPath
)
String^ GetBundleUrl(
    String^ virtualPath
)
abstract GetBundleUrl : 
        virtualPath:string -> string
function GetBundleUrl(
    virtualPath : String
) : String

Parameters

Return Value

Type: System.String
The versioned URL of the bundle.

See Also

Reference

IBundleResolver Interface

System.Web.Optimization Namespace