Bundle.Path Property

Gets the virtual path used to reference the Bundle from within a view or Web page.

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

Syntax

'Declaration
Public Property Path As String 
    Get 
    Protected Set
'Usage
Dim instance As Bundle 
Dim value As String 

value = instance.Path

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

Property Value

Type: System.String
The virtual path.

See Also

Reference

Bundle Class

System.Web.Optimization Namespace