BundleContext.BundleVirtualPath Property

Gets or sets the virtual path for the bundle request

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

Syntax

'Declaration
Public Property BundleVirtualPath As String 
    Get 
    Friend Set
'Usage
Dim instance As BundleContext 
Dim value As String 

value = instance.BundleVirtualPath
public string BundleVirtualPath { get; internal set; }
public:
property String^ BundleVirtualPath {
    String^ get ();
    internal: void set (String^ value);
}
member BundleVirtualPath : string with get, internal set
function get BundleVirtualPath () : String 
internal function set BundleVirtualPath (value : String)

Property Value

Type: System.String
The virtual path for the bundle request.

See Also

Reference

BundleContext Class

System.Web.Optimization Namespace