C# Class Imgix_Dotnet.ImgixImage

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

Méthodes publiques

Méthode 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

Méthode Description
ImgixImage ( SecureUrl url ) : System

Initializes a new ImgixImage object with a SecureUrl

Method Details

AddParameter() public méthode

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
Résultat ImgixImage

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string