Skip to content
Docs Try Aspire

ProjectResourceExtensions

Class static net10.0
📦 Aspire.Hosting v13.1.2
Provides extension methods for DistributedApplicationModel to work with ProjectResource instances.
namespace Aspire.Hosting.ApplicationModel;
public static class ProjectResourceExtensions
{
// ...
}
GetProjectMetadata(ProjectResource)extension
Gets the project metadata for the specified project resource.
GetProjectResources(DistributedApplicationModel)extension
Returns all project resources in the distributed application model.
View all methods