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)
463
return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{
AttributeName
}'='{AttributeValue}'";
Microsoft.AspNetCore.Components.Endpoints (7)
Rendering\EndpointHtmlRenderer.EventDispatch.cs (1)
236
if (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.");
187
Name = frame.
AttributeName
!,
198
Log.GenericRenderFragmentSkipped(logger, frame.
AttributeName
, ownerComponentType);
202
Log.EventHandlerSkipped(logger, frame.
AttributeName
, ownerComponentType);
208
Log.EventHandlerSkipped(logger, frame.
AttributeName
, ownerComponentType);
214
Name = frame.
AttributeName
!,
Microsoft.AspNetCore.Components.Server (7)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (1)
145
WriteString(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.");
187
Name = frame.
AttributeName
!,
198
Log.GenericRenderFragmentSkipped(logger, frame.
AttributeName
, ownerComponentType);
202
Log.EventHandlerSkipped(logger, frame.
AttributeName
, ownerComponentType);
208
Log.EventHandlerSkipped(logger, frame.
AttributeName
, ownerComponentType);
214
Name = frame.
AttributeName
!,
Microsoft.AspNetCore.Components.Web (4)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (4)
307
if (frame.
AttributeName
.Equals("value", StringComparison.OrdinalIgnoreCase))
317
if (isForm && frame.
AttributeName
.Equals("action", StringComparison.OrdinalIgnoreCase) &&
327
output.Write(frame.
AttributeName
);
331
output.Write(frame.
AttributeName
);