API Reference
Class
HtmlResourceManifest
Manifest of resource dependencies discovered in HTML input.
Inheritance
- Object
- HtmlResourceManifest
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
Accepted by parameters
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Constructor HtmlCapabilityGalleryManifest.HtmlCapabilityGalleryManifest
- Method HtmlResourceDependencyPlanner.Create
- Method HtmlResourceSession.Resolve
- Method HtmlResourceSession.ResolveAsync
Constructors
public HtmlResourceManifest() #Creates an empty resource manifest.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<HtmlResourceReference> Resources { get; } #Resources in document order.
public IReadOnlyList<HtmlDiagnostic> Diagnostics { get; } #Diagnostics produced while planning resources.
public Int32 AllowedCount { get; } #Number of allowed resources.
public Int32 BlockedCount { get; } #Number of blocked resources.