We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Convenience extension for Static Files with the Max Age Cache Control header set
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseStaticFilesWithMaxAge(this Microsoft.AspNetCore.Builder.IApplicationBuilder app, System.TimeSpan timeSpan);
app Microsoft.AspNetCore.Builder.IApplicationBuilder The application builder
app
timeSpan System.TimeSpan TimeSpan to set the Max Age with
timeSpan
Microsoft.AspNetCore.Builder.IApplicationBuilder The application builder for fluent usage