Table of Contents

Class SourceSet.ImageCandidate

Namespace
AngleSharp.Html
Assembly
AngleSharp.dll

Represents a srcset image candidate.

public sealed class SourceSet.ImageCandidate
Inheritance
SourceSet.ImageCandidate
Inherited Members
Extension Methods

Constructors

ImageCandidate()

public ImageCandidate()

Properties

Descriptor

The descriptor of the given image.

public string? Descriptor { get; set; }

Property Value

string

Url

The URL of the given image.

public string? Url { get; set; }

Property Value

string