API Reference
Class
HtmlSemanticResource
Policy-normalized resource reference interpreted from a semantic element.
Inheritance
- Object
- HtmlSemanticResource
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
- Property HtmlSemanticBlock.InlineResources
- Property HtmlSemanticBlock.Resource
- Property HtmlSemanticDocument.ResourceOccurrences
- Property HtmlSemanticDocument.Resources
- Property HtmlSemanticTableCell.Resources
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlResourceKind Kind { get; } #Resource kind.
public String Source { get; } #Policy-normalized source value.
public String AlternateText { get; } #Accessible alternate text.
public String MediaType { get; } #Declared or data-URI media type.
public Nullable<Double> WidthPixels { get; } #Resolved CSS or HTML width in pixels, when explicitly available.
public Nullable<Double> HeightPixels { get; } #Resolved CSS or HTML height in pixels, when explicitly available.
public HtmlSemanticSourceLocation SourceLocation { get; } #Source provenance.