Table of Contents

Class ResponsiveImage

Namespace
Songhay.Publications.Models
Assembly
Songhay.Publications.dll

Defines a responsive image.

public class ResponsiveImage
Inheritance
ResponsiveImage
Inherited Members
Extension Methods

Properties

Candidates

Gets or sets the candidates.

public ICollection<ImageCandidate> Candidates { get; init; }

Property Value

ICollection<ImageCandidate>

Description

Gets or sets the description.

public string? Description { get; set; }

Property Value

string

Key

Gets or sets the key.

public string? Key { get; set; }

Property Value

string

Sizes

Gets or sets the sizes.

public ICollection<ImageSize> Sizes { get; init; }

Property Value

ICollection<ImageSize>

Source

Gets or sets the source.

public Uri? Source { get; set; }

Property Value

Uri