API Reference
Class
HtmlResourceDependencySummary
Resource dependency counts for one resource kind.
Inheritance
- Object
- HtmlResourceDependencySummary
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 represented by this summary.
public Int32 TotalCount { get; } #Total discovered references of this kind.
public Int32 AllowedCount { get; } #References allowed by the configured policy.
public Int32 BlockedCount { get; } #References blocked or rejected by the configured policy.