C# Class B4BCore.Internal.CdnInfo

This contains the object information and methods for handling a cdn
Afficher le fichier Open project: JonPSmith/MvcUsingBower Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
BuildCdnIncludeString ( string cdnHtmlFormatString, string httpFileUrl, Func getChecksumOfProductionFile ) : string

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

Method Details

BuildCdnIncludeString() public méthode

This creates the CDN html include string using the properties in the json bundle object
public BuildCdnIncludeString ( string cdnHtmlFormatString, string httpFileUrl, Func getChecksumOfProductionFile ) : string
cdnHtmlFormatString string
httpFileUrl string the fully qualified path to the file
getChecksumOfProductionFile Func
Résultat string

CdnInfo() public méthode

public CdnInfo ( string bundleName, Newtonsoft.Json.Linq.JObject jObject ) : System
bundleName string
jObject Newtonsoft.Json.Linq.JObject
Résultat System

FindMissingPropertiesNeededByHtmlInclude() public méthode

This checks all the properties provided in the CDN object against the replace strings needed by the cdnHtmlFormatString
public FindMissingPropertiesNeededByHtmlInclude ( string cdnHtmlFormatString ) : IEnumerable
cdnHtmlFormatString string
Résultat IEnumerable

ToString() public méthode

public ToString ( ) : string
Résultat string