BundleDefinition.CdnPath Property
Gets or sets the CDN path for the 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 BundleDefinition
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 CDN path for the bundle.