13 references to AddContent
Microsoft.AspNetCore.Components (2)
CascadingValue.cs (1)
176
builder.
AddContent
(0, ChildContent);
Rendering\RenderTreeBuilder.cs (1)
132
AddContent
(sequence, fragment(value));
Microsoft.AspNetCore.Components.Authorization (3)
AuthorizeViewCore.cs (3)
57
builder.
AddContent
(0, Authorizing);
62
builder.
AddContent
(0, authorized?.Invoke(currentAuthenticationState!));
66
builder.
AddContent
(0, NotAuthorized?.Invoke(currentAuthenticationState!));
Microsoft.AspNetCore.Components.Web (8)
EnvironmentBoundary.cs (1)
73
builder.
AddContent
(0, ChildContent);
Forms\InputSelect.cs (1)
62
builder.
AddContent
(11, ChildContent);
Forms\Label.cs (1)
114
builder.
AddContent
(4, ChildContent);
Head\PageTitle.cs (1)
32
builder.
AddContent
(1, ChildContent);
Routing\NavLink.cs (1)
244
builder.
AddContent
(5, ChildContent);
Virtualization\Virtualize.cs (1)
548
builder.
AddContent
(4, _emptyContent);
Web\ErrorBoundary.cs (2)
30
builder.
AddContent
(0, ChildContent);
34
builder.
AddContent
(1, ErrorContent(CurrentException));