aspnetcore去掉http頭Server信息

.UseKestrel(options =>
    {
        options.AddServerHeader = false;
    })
相關文章
相關標籤/搜索