Skip to content
Docs Try Aspire

ProjectResourceExtensions

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