C# Class Imgix_Dotnet.ImgixImage

The image we link to. Object is immutable and will always return a new instance.
Mostrar archivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
AddParameter ( string name, object value ) : ImgixImage

Adds a new parameter to the image

ToString ( ) : string

Returns a string that represents the current object.

Private Methods

Method Description
ImgixImage ( SecureUrl url ) : System

Initializes a new ImgixImage object with a SecureUrl

Method Details

AddParameter() public method

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
return ImgixImage

ToString() public method

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