BundleDefinition.CdnFallbackExpression Property
Gets or sets the CDN fallback expression for the bundle.
Namespace: System.Web.Optimization
Assembly: System.Web.Optimization (in System.Web.Optimization.dll)
Syntax
'Declaration
Public Property CdnFallbackExpression As String
Get
Set
'Usage
Dim instance As BundleDefinition
Dim value As String
value = instance.CdnFallbackExpression
instance.CdnFallbackExpression = value
public string CdnFallbackExpression { get; set; }
public:
property String^ CdnFallbackExpression {
String^ get ();
void set (String^ value);
}
member CdnFallbackExpression : string with get, set
function get CdnFallbackExpression () : String
function set CdnFallbackExpression (value : String)
Property Value
Type: System.String
The CDN fallback expression for the bundle.