Skip to content
DocsTry Aspire
DocsTry

YarpResource.withStaticFiles

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

Signature

methodwithStaticFilesbuilder
Enables static file serving in the YARP resource.
withStaticFiles(sourcePath?: string): YarpResource
sourcePathstringoptional
YarpResource

Defined on

This method is defined on the following type: