API Reference
Struct
HtmlSrcSetCandidate
Represents one candidate in an HTML srcset attribute.
Inheritance
- ValueType
- HtmlSrcSetCandidate
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public HtmlSrcSetCandidate(String url, String descriptor) #Creates a source-set candidate.
Parameters
- url System.String
- descriptor System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from ValueType
Parameters
- obj Object