All Posts

FluentValidation with Blazor static server-side rendering (static SSR) on HTTP GET

FluentValidation with Blazor static server-side rendering (static SSR) on HTTP GET

Explore the application of FluentValidation with Blazor static server-side rendering (SSR) for HTTP GET requests. This blog post delves into the process of using FluentValidation for form validation during GET requests, a technique that proves useful when validating a model created from query string elements.