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, int days=365);
app Microsoft.AspNetCore.Builder.IApplicationBuilder The application builder
app
days System.Int32 Number of days to set the Max Age with
days
Microsoft.AspNetCore.Builder.IApplicationBuilder The application builder for fluent usage