4 references to AuthorizeView
Microsoft.AspNetCore.Components.Authorization (4)
AuthorizeDataAdapter.cs (2)
11
private readonly
AuthorizeView
_component;
13
public 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
"/>.