#### [Abblix\.Oidc\.Server\.Mvc](https://www.abblix.com/en/docs/api/abblix-oidc-server-mvc 'index')

## Abblix\.Oidc\.Server\.Mvc\.Attributes Namespace

| Classes | |
| :--- | :--- |
| [BindsAttribute](https://www.abblix.com/en/docs/api/abblix-oidc-server-mvc/Abblix.Oidc.Server.Mvc.Attributes.BindsAttribute 'Abblix\.Oidc\.Server\.Mvc\.Attributes\.BindsAttribute') | Declares 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\. |
| [FromQueryOrFormAttribute](https://www.abblix.com/en/docs/api/abblix-oidc-server-mvc/Abblix.Oidc.Server.Mvc.Attributes.FromQueryOrFormAttribute 'Abblix\.Oidc\.Server\.Mvc\.Attributes\.FromQueryOrFormAttribute') | An attribute that specifies binding from either the query string or the form data\. |
| [GeneratedFromAttribute](https://www.abblix.com/en/docs/api/abblix-oidc-server-mvc/Abblix.Oidc.Server.Mvc.Attributes.GeneratedFromAttribute 'Abblix\.Oidc\.Server\.Mvc\.Attributes\.GeneratedFromAttribute') | Marks 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\. |
| [HttpGetOrPostAttribute](https://www.abblix.com/en/docs/api/abblix-oidc-server-mvc/Abblix.Oidc.Server.Mvc.Attributes.HttpGetOrPostAttribute 'Abblix\.Oidc\.Server\.Mvc\.Attributes\.HttpGetOrPostAttribute') | Specifies that an action supports both HTTP GET and POST methods\. |
