BundleManifest.BundleManifestPath Property

Gets or sets the path to the bundle manifest file that sets up the BundleCollection.

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

Syntax

'Declaration
Public Shared ReadOnly Property BundleManifestPath As String 
    Get
'Usage
Dim value As String 

value = BundleManifest.BundleManifestPath
public static string BundleManifestPath { get; }
public:
static property String^ BundleManifestPath {
    String^ get ();
}
static member BundleManifestPath : string
static function get BundleManifestPath () : String

Property Value

Type: System.String
The path to the bundle manifest file that sets up the BundleCollection.

See Also

Reference

BundleManifest Class

System.Web.Optimization Namespace