# DenoAppResource

- Kind: `class`
- Package: [CommunityToolkit.Aspire.Hosting.Deno](/reference/api/csharp/communitytoolkit.aspire.hosting.deno.md)
- Version: `13.4.0`
- Namespace: `Aspire.Hosting.ApplicationModel`
- Target framework: `net10.0`
- Source: [GitHub](https://github.com/CommunityToolkit/Aspire/blob/d9dc6fc02412d7398c5722840513d99965a6e98f/src/CommunityToolkit.Aspire.Hosting.Deno/DenoAppResource.cs)
- Inherits: `ExecutableResource`
- Implements: `IResource`, `IResourceWithEndpoints`, `IResourceWithServiceDiscovery`

A resource that represents a Deno application.

## Definition

```csharp
namespace Aspire.Hosting.ApplicationModel;

public class DenoAppResource
    : Aspire.Hosting.ApplicationModel.ExecutableResource,
      Aspire.Hosting.ApplicationModel.IResource,
      Aspire.Hosting.ApplicationModel.IResourceWithEndpoints,
      Aspire.Hosting.IResourceWithServiceDiscovery
{
    // ...
}
```

## Constructors

- [DenoAppResource(string, string, string)](/reference/api/csharp/communitytoolkit.aspire.hosting.deno/denoappresource/constructors.md#constructor-string-string-string) -- A resource that represents a Deno application.
