Skip to content
Docs Try Aspire
Docs Try

IAspireStore.getFileNameWithContent

Method
📦 Aspire.Hosting v13.3.0
interface IAspireStore {
// ... omitted for brevity
getFileNameWithContent(
filenameTemplate: string,
sourceFilename: string): string;
}

Signature

method getFileNameWithContent
Gets a deterministic file path for the specified file contents
getFileNameWithContent(
filenameTemplate: string,
sourceFilename: string): string
filenameTemplate string
sourceFilename string
string

Defined on

This method is defined on the following type: