1 implementation of GenerateContentAsync
Microsoft.AspNetCore.StaticFiles (1)
HtmlDirectoryFormatter.cs (1)
35public virtual Task GenerateContentAsync(HttpContext context, IEnumerable<IFileInfo> contents)
1 reference to GenerateContentAsync
Microsoft.AspNetCore.StaticFiles (1)
DirectoryBrowserMiddleware.cs (1)
77return _formatter.GenerateContentAsync(context, contents);