Property | Type | Description |
---|
Method | Description | |
---|---|---|
BuildCdnIncludeString ( string cdnHtmlFormatString, string httpFileUrl, Func |
This creates the CDN html include string using the properties in the json bundle object
|
|
CdnInfo ( string bundleName, Newtonsoft.Json.Linq.JObject jObject ) : System | ||
FindMissingPropertiesNeededByHtmlInclude ( string cdnHtmlFormatString ) : IEnumerable |
This checks all the properties provided in the CDN object against the replace strings needed by the cdnHtmlFormatString
|
|
ToString ( ) : string |
public BuildCdnIncludeString ( string cdnHtmlFormatString, string httpFileUrl, Func |
||
cdnHtmlFormatString | string | |
httpFileUrl | string | the fully qualified path to the file |
getChecksumOfProductionFile | Func |
|
return | string |
public CdnInfo ( string bundleName, Newtonsoft.Json.Linq.JObject jObject ) : System | ||
bundleName | string | |
jObject | Newtonsoft.Json.Linq.JObject | |
return | System |
public FindMissingPropertiesNeededByHtmlInclude ( string cdnHtmlFormatString ) : IEnumerable |
||
cdnHtmlFormatString | string | |
return | IEnumerable |