SharpRSS/SharpRSS.Blazor/Components/_Imports.razor

20 lines
687 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.JSInterop
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using DotBased.ASP.Auth
@*SharpRSS*@
@using SharpRSS.Blazor
@using SharpRSS.Blazor.Components
@using SharpRSS.Blazor.Components.Layout
@*MudBlazor*@
@using MudBlazor
@using MudBlazor.Components
@*Authorize for the whole application*@
@attribute [Authorize]