Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#, allowing you to share code and libraries. Blazor is a feature of ASP.NET, the popular web development framework that extends the .NET developer platform with tools and libraries for building web apps.
Esse programa permite que você baixe um arquivo de um site.
O DownloadSite baixa o arquivo html ou php de um site, ou algum arquivo específico do site.
Exemplo: Site: https:www.youtube.com
Nome que você dará ao arquivo: youtube.html
O programa gravará o html da home do youtube no caminho C:\DownloadSite\youtube.html. O resultado será estranho, por causa do modo que foi configurado o html do youtube.