Skip to content

Abblix.Oidc.Server.Mvc.Attributes Namespace

Classes
BindsAttributeDeclares that the model binder realises the given core wire-format marker from Abblix.Oidc.Server.DeclarativeBinding. The MVC model source generator scans the assembly for these declarations to build its marker-to-binder map, so the knowledge of which binder parses which wire format lives here, next to the binders - the core markers themselves stay purely semantic and binding-technology-free.
FromQueryOrFormAttributeAn attribute that specifies binding from either the query string or the form data.
GeneratedFromAttributeMarks a partial MVC model record whose members are produced by the MVC model source generator from the given core model type: bound properties with model binders resolved from the core wire-format markers, validation attributes translated to their executable MVC counterparts, and the mapping method projecting the bound model back onto the core type.
HttpGetOrPostAttributeSpecifies that an action supports both HTTP GET and POST methods.