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
Description
Gets or sets the description.
public string? Description { get; set; }
Property Value
Key
Gets or sets the key.
public string? Key { get; set; }
Property Value
Sizes
Gets or sets the sizes.
public ICollection<ImageSize> Sizes { get; init; }
Property Value
Source
Gets or sets the source.
public Uri? Source { get; set; }