C# Класс Imgix_Dotnet.ImgixImage

The image we link to. Object is immutable and will always return a new instance.
Показать файл Открыть проект

Открытые методы

Метод Описание
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