4 references to AuthorizeView
Microsoft.AspNetCore.Components.Authorization (4)
AuthorizeDataAdapter.cs (2)
11private readonly AuthorizeView _component; 13public AuthorizeDataAdapter(AuthorizeView component)
AuthorizeRouteView.cs (1)
11/// Combines the behaviors of <see cref="AuthorizeView"/> and <see cref="RouteView"/>,
AuthorizeView.cs (1)
16/// Constructs an instance of <see cref="AuthorizeView"/>.