StaticFileOptions.OnPrepareResponseAsync 属性

定义

在设置状态代码和标头之后而在写入正文之前调用。 这可用于添加或更改响应标头。

public Func<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext,System.Threading.Tasks.Task> OnPrepareResponseAsync { get; set; }
member this.OnPrepareResponseAsync : Func<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext, System.Threading.Tasks.Task> with get, set
Public Property OnPrepareResponseAsync As Func(Of StaticFileResponseContext, Task)

属性值

注解

OnPrepareResponse 在 之前 OnPrepareResponseAsync调用 。

适用于