C# 클래스 B4BCore.Internal.CdnInfo

This contains the object information and methods for handling a cdn
파일 보기 프로젝트 열기: JonPSmith/MvcUsingBower 1 사용 예제들

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