C# 클래스 Imgix_Dotnet.ImgixImage

The image we link to. Object is immutable and will always return a new instance.
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
AddParameter ( string name, object value ) : ImgixImage

Adds a new parameter to the image

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
ImgixImage ( SecureUrl url ) : System

Initializes a new ImgixImage object with a SecureUrl

메소드 상세

AddParameter() 공개 메소드

Adds a new parameter to the image
public AddParameter ( string name, object value ) : ImgixImage
name string The name of the parameter
value object The value
리턴 ImgixImage

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string