using Microsoft.AspNetCore.Components; using Microsoft.JSInterop; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Threading.Tasks; namespace Blog3000.Client.Pages { public partial class PublicDl { /* Download within the url-space the blog * Authors can Download from /PublicDl/myfile * Server will be asked for actual url and the * and the download will be initiated from this url. * Server may anonymously count downloads, or create * one-time-urls for protected DLs. * Download-counting could be readlized with