dotnet / dotnet/aspnetcore

[MVC] Proposal for new value providers

Open
#7,538 4 comments 5 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.