32 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)
59builder.AddContent(0, Authorizing); 64builder.AddContent(0, authorized?.Invoke(currentAuthenticationState!)); 68builder.AddContent(0, NotAuthorized?.Invoke(currentAuthenticationState!));
Microsoft.AspNetCore.Components.QuickGrid (10)
_generated\0\ColumnBase_razor.g.cs (2)
89__builder.AddContent(0, HeaderTemplate(this) 353__builder.AddContent(46, PlaceholderTemplate(placeholderContext)
_generated\1\Paginator_razor.g.cs (1)
77__builder.AddContent(6, SummaryTemplate
_generated\2\QuickGrid_razor.g.cs (5)
115__builder2.AddContent(4, ChildContent 215__builder3.AddContent(22, _renderColumnHeaders 362__builder3.AddContent(33, _renderNonVirtualizedRows 711__builder.AddContent(62, col.HeaderContent 740__builder.AddContent(66, col.ColumnOptions
Columns\TemplateColumn.cs (1)
26=> builder.AddContent(0, ChildContent(item));
Infrastructure\Defer.cs (1)
28builder.AddContent(0, ChildContent);
Microsoft.AspNetCore.Components.Web (8)
EnvironmentView.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)
551builder.AddContent(4, _emptyContent);
Web\ErrorBoundary.cs (2)
30builder.AddContent(0, ChildContent); 34builder.AddContent(1, ErrorContent(CurrentException));
Microsoft.AspNetCore.Components.WebAssembly.Authentication (9)
RemoteAuthenticatorViewCore.cs (9)
118builder.AddContent(0, UserProfile); 121builder.AddContent(0, Registering); 124builder.AddContent(0, LoggingIn); 127builder.AddContent(0, CompletingLoggingIn); 130builder.AddContent(0, LogInFailed(Navigation.HistoryEntryState)); 133builder.AddContent(0, LogOut); 136builder.AddContent(0, CompletingLogOut); 139builder.AddContent(0, LogOutFailed(Navigation.HistoryEntryState)); 142builder.AddContent(0, LogOutSucceeded);