API Reference
Class
HtmlResourceReference
Resource dependency discovered during OfficeIMO HTML resource planning.
Inheritance
- Object
- HtmlResourceReference
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
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public HtmlResourceKind Kind { get; } #Resource kind.
public String ElementName { get; } #Element name where the dependency was found.
public String AttributeName { get; } #Attribute name where the dependency was found.
public String Source { get; } #Raw source value.
public String ResolvedSource { get; } #Resolved source value, empty when blocked or unresolved.
public Boolean IsAllowed { get; } #Whether the source passed URL policy evaluation.
public String DiagnosticCode { get; } #Diagnostic code associated with blocked or degraded resource handling.