Weekly digest: the best articles, once a week, no spam.
Articles tagged #Razor
2 article(s)
-
Render a Partial View with a Model in ASP.NET Core MVC
To render a partial view with a strongly-typed model in ASP.NET Core MVC, use the <partial tag helper and pass the model through its model attribute:…
@llaxmikant · Feb 27, 2026 -
How to Bind a DropDownList in ASP.NET Core MVC
To bind a dropdown list in ASP.NET Core MVC, expose a List<SelectListItem (or a SelectList) on your view model and render it with the <select…
@llaxmikant · Dec 21, 2025