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