21 references to AttributeName
Microsoft.AspNetCore.Components (3)
RenderTree\Renderer.cs (2)
708_eventBindings.Add(id, (renderedByComponentId, callback, frame.AttributeName)); 716_eventBindings.Add(id, (renderedByComponentId, new EventCallback(@delegate.Target as IHandleEvent, @delegate), frame.AttributeName));
RenderTree\RenderTreeFrame.cs (1)
463return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{AttributeName}'='{AttributeValue}'";
Microsoft.AspNetCore.Components.Endpoints (7)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
236if (candidate.AttributeEventHandlerId > 0 && string.Equals(candidate.AttributeName, eventType, StringComparison.OrdinalIgnoreCase))
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
182$"Cannot serialize RenderFragment parameter '{frame.AttributeName}' because it was not captured during rendering."); 187Name = frame.AttributeName!, 198Log.GenericRenderFragmentSkipped(logger, frame.AttributeName, ownerComponentType); 202Log.EventHandlerSkipped(logger, frame.AttributeName, ownerComponentType); 208Log.EventHandlerSkipped(logger, frame.AttributeName, ownerComponentType); 214Name = frame.AttributeName!,
Microsoft.AspNetCore.Components.Server (7)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
145WriteString(frame.AttributeName, allowDeduplication: true);
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
182$"Cannot serialize RenderFragment parameter '{frame.AttributeName}' because it was not captured during rendering."); 187Name = frame.AttributeName!, 198Log.GenericRenderFragmentSkipped(logger, frame.AttributeName, ownerComponentType); 202Log.EventHandlerSkipped(logger, frame.AttributeName, ownerComponentType); 208Log.EventHandlerSkipped(logger, frame.AttributeName, ownerComponentType); 214Name = frame.AttributeName!,
Microsoft.AspNetCore.Components.Web (4)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (4)
307if (frame.AttributeName.Equals("value", StringComparison.OrdinalIgnoreCase)) 317if (isForm && frame.AttributeName.Equals("action", StringComparison.OrdinalIgnoreCase) && 327output.Write(frame.AttributeName); 331output.Write(frame.AttributeName);