C# 클래스 Imgix_CSharp.UrlBuilder

파일 보기 프로젝트 열기: raynjamin/Imgix-CSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Parameters String>.Dictionary
ShardStrategy ShardStrategyType

공개 메소드들

메소드 설명
BuildUrl ( String path ) : String
UrlBuilder ( String domains, System.Boolean useHttps = false ) : System

비공개 메소드들

메소드 설명
GenerateUrl ( String path, String domain ) : String
GenerateUrlStringFromDict ( String>.Dictionary queryDictionary ) : String
HashString ( String input ) : String

메소드 상세

BuildUrl() 공개 메소드

public BuildUrl ( String path ) : String
path String
리턴 String

UrlBuilder() 공개 메소드

public UrlBuilder ( String domains, System.Boolean useHttps = false ) : System
domains String
useHttps System.Boolean
리턴 System

프로퍼티 상세

Parameters 공개적으로 프로퍼티

public Dictionary Parameters
리턴 String>.Dictionary

ShardStrategy 공개적으로 프로퍼티

public ShardStrategyType ShardStrategy
리턴 ShardStrategyType