Asp.net 铬合金中未显示samesite属性

Asp.net 铬合金中未显示samesite属性,asp.net,asp.net-mvc,samesite,Asp.net,Asp.net Mvc,Samesite,我使用asp.net样板文件。 在web.config中,设置以下内容: <httpCookies httpOnlyCookies="true" requireSSL="true" sameSite="None" /> <sessionState timeout="20" cookieSameSite="None" /> <httpRuntime targ

我使用asp.net样板文件。 在web.config中,设置以下内容:

 <httpCookies httpOnlyCookies="true" requireSSL="true" sameSite="None" />
 <sessionState timeout="20" cookieSameSite="None" />
    <httpRuntime targetFramework="4.8" />
    <compilation debug="true" targetFramework="4.8" />

但sameSite不存在于铬中

有什么想法吗