Skip to content
Docs Try Aspire
Docs Try

withStaticFiles

Method
📦 Aspire.Hosting.Yarp v13.3.0
interface YarpResource {
// ... omitted for brevity
withStaticFiles(): YarpResource;
}

Signature

method withStaticFiles builder
Enables static file serving in the YARP resource. Static files are served from the wwwroot folder.
withStaticFiles(): YarpResource
YarpResource

Applies to

This method applies to the following types: