aspnetcore去掉http头Server信息

.UseKestrel(options =>
    {
        options.AddServerHeader = false;
    })
相关文章
相关标签/搜索