mirror of
https://github.com/hmaxnl/SharpRSS.git
synced 2024-11-14 09:34:21 +01:00
20 lines
687 B
Plaintext
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] |