6 references to AddAttribute
Aspire.Dashboard.Components.Tests (1)
Pages\ConsoleLogsTests.cs (1)
1180builder.AddAttribute(2, nameof(CascadingValue<ViewportInformation>.ChildContent), (RenderFragment)(childBuilder =>
Microsoft.AspNetCore.Components.AI (2)
Components\MessageListContext.cs (2)
422builder.AddAttribute(16, "onclick", (Action)block.Approve); 429builder.AddAttribute(21, "onclick", (Action)(() => block.Reject()));
Microsoft.AspNetCore.Components.QuickGrid (2)
_generated\2\QuickGrid_razor.g.cs (2)
96__builder.AddAttribute(3, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder2) => { 123__builder2.AddAttribute(7, "ChildContent", (global::Microsoft.AspNetCore.Components.RenderFragment)((__builder3) => {
Microsoft.AspNetCore.Components.Web (1)
Forms\EditForm.cs (1)
153builder.AddAttribute(5, "onsubmit", _handleSubmitDelegate);