I am getting the title error when I do the code in .netcore2.2.
Following is my code,
var browser = Request.Browser;
System.Web.HttpBrowserCapabilitiesBase myBrowserCaps = browser;
HttpBrowserCapabilitiesBase in this keyword it showing me the title error.
While this code is working perfectly below the .netcore2.2. HttpBrowserCapabilitiesBase is the interface of System.web DLL below the .netcore2.2.
It means the updated .net framework this namespace is not exist now which namespace is work, that I am not getting.