C# Класс B4BCore.Internal.CdnInfo

This contains the object information and methods for handling a cdn
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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

Описание методов

BuildCdnIncludeString() публичный Метод

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
Результат string

CdnInfo() публичный Метод

public CdnInfo ( string bundleName, Newtonsoft.Json.Linq.JObject jObject ) : System
bundleName string
jObject Newtonsoft.Json.Linq.JObject
Результат System

FindMissingPropertiesNeededByHtmlInclude() публичный Метод

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
Результат IEnumerable

ToString() публичный Метод

public ToString ( ) : string
Результат string