OptimizationSettings.BundleManifestPath Property

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 Property BundleManifestPath As String 
    Get 
    Set
'Usage
Dim instance As OptimizationSettings 
Dim value As String 

value = instance.BundleManifestPath

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

Property Value

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

See Also

Reference

OptimizationSettings Class

System.Web.Optimization Namespace