We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provides the value if the browser supports cookies.
HttpCapabilitiesBase.Cookies provides the value if the browser supports cookies. But it is not in adapters yet.
HttpCapabilitiesBase.Cookies
if (!context.Request.Browser.Cookies) return; SetResponseCookie(context);
The text was updated successfully, but these errors were encountered:
close dotnet#365: add HttpCapabilitiesBase.Cookies
fe7ffa6
Fixed in #366
Sorry, something went wrong.
518e1b8
e098fc1
34544ea
No branches or pull requests
Summary
provides the value if the browser supports cookies.
Motivation and goals
HttpCapabilitiesBase.Cookies provides the value if the browser supports cookies. But it is not in adapters yet.
In scope
HttpCapabilitiesBase.Cookies
Examples
The text was updated successfully, but these errors were encountered: