An open API service indexing awesome lists of open source software.

https://github.com/karenpayneoregon/dropdowns-razor-pages

Basic code sample to create dropdowns for razor pages without scripting
https://github.com/karenpayneoregon/dropdowns-razor-pages

asp-net-core csharp-core fluentvalidation razor-pages visualstudio2022

Last synced: 3 months ago
JSON representation

Basic code sample to create dropdowns for razor pages without scripting

Awesome Lists containing this project

README

        

# About

Contains three projects for showing how to use a select/DropDown with Razor Pages.

![Figure1](HoursApplication/assets/figure1.png)

![Figure1](InjectIntoViewApplication/assets/figure1.png)

![Title](DropdownEumRazorPages/assets/Title.png)

## Requires

- Microsoft Visual Studio 2022 or later
- .NET Core 7 (will work with .NET Core 6 with minor modifications).

## Article

DEV: [ASP.NET Core/Razor Pages using Dropdowns](https://dev.to/karenpayneoregon/-aspnet-corerazor-pages-using-dropdowns-3cl4)