Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.