DynamicFolderBundle.CdnPath Property

Gets or set the path of a Content Delivery Network (CDN) that contains the folder bundle.

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

Syntax

'Declaration
Public Property CdnPath As String 
    Get 
    Set
'Usage
Dim instance As DynamicFolderBundle 
Dim value As String 

value = instance.CdnPath

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

Property Value

Type: System.String
The path of a Content Delivery Network (CDN)

See Also

Reference

DynamicFolderBundle Class

System.Web.Optimization Namespace