[MVC] Proposal for new value providers
Open
affected-very-few
area-mvc
enhancement
feature-model-binding
severity-nice-to-have
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 281
Description
I'd like to propose a couple of new value providers for MVC:
- `ClaimValueProvider`/`-Factory` and `FromClaimAttribute`
- `CookieValueProvider`/`-Factory` and `FromCookieAttribute` (Ref. #7493)
Each would have their own `BindingSource` sitting at `BindingSource.Claim` and `BindingSource.Cookie`, respectively.
Is there are reason these don't already exist?
Contributor guide
Assessment
This issue has not been assessed yet.