ResourceAssetCollection Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>
type ResourceAssetCollection = class
interface IReadOnlyList<ResourceAsset>
interface seq<ResourceAsset>
interface IEnumerable
interface IReadOnlyCollection<ResourceAsset>
Public NotInheritable Class ResourceAssetCollection
Implements IEnumerable(Of ResourceAsset), IReadOnlyCollection(Of ResourceAsset), IReadOnlyList(Of ResourceAsset)
- Inheritance
-
ResourceAssetCollection
- Implements
Resource |
Initializes a new instance of ResourceAssetCollection |
Empty |
An empty ResourceAssetCollection. |
Item[String] |
Gets the unique content-based URL for the specified static asset. |
Is |
Determines whether the specified path is a content-specific URL. |
IEnumerable. |
|
IEnumerable<Resource |
|
IRead |
|
IRead |
Product | Versions |
---|---|
ASP.NET Core | 9.0 |