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