ResourceAssetCollection Class

Definition

Describes a mapping of static assets to their corresponding unique URLs.

C#
public sealed class ResourceAssetCollection : System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Components.ResourceAsset>, System.Collections.Generic.IReadOnlyCollection<Microsoft.AspNetCore.Components.ResourceAsset>, System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Components.ResourceAsset>
Inheritance
ResourceAssetCollection
Implements

Constructors

Fields

Properties

Item[String]

Gets the unique content-based URL for the specified static asset.

Methods

IsContentSpecificUrl(String)

Determines whether the specified path is a content-specific URL.

Explicit Interface Implementations

Applies to

Product Versions
ASP.NET Core 9.0