BundleFile.IncludedVirtualPath Property

The Included virtualPath that caused this file to be included in the bundle i.e. bundle.Include("~/*.js") or bundle.Include("~/foo.js").

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

Syntax

'Declaration
Public Property IncludedVirtualPath As String 
    Get 
    Set
'Usage
Dim instance As BundleFile 
Dim value As String 

value = instance.IncludedVirtualPath

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

Property Value

Type: System.String
Returns String.

See Also

Reference

BundleFile Class

System.Web.Optimization Namespace