Skip to content
Docs Try Aspire
Docs Try

IAspireStore

Interface
📦 Aspire.Hosting v13.3.0
interface IAspireStore {
getFileNameWithContent(
filenameTemplate: string,
sourceFilename: string): string;
}

Methods

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