20 references to AttributeValue
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeFrame.cs (1)
463return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{AttributeName}'='{AttributeValue}'";
Microsoft.AspNetCore.Components.Endpoints (7)
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (1)
70if (attrFrame.AttributeValue is RenderFragment innerRf)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
174if (frame.AttributeValue is RenderFragment) 194if (frame.AttributeValue is Delegate d) 206if (IsEventCallback(frame.AttributeValue)) 215Value = frame.AttributeValue, 216TypeName = frame.AttributeValue?.GetType().FullName, 217TypeAssembly = frame.AttributeValue?.GetType().Assembly.GetName().Name,
Microsoft.AspNetCore.Components.Server (9)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (2)
146if (frame.AttributeValue is bool boolValue) 159var attributeValueString = frame.AttributeValue as string;
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (1)
70if (attrFrame.AttributeValue is RenderFragment innerRf)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
174if (frame.AttributeValue is RenderFragment) 194if (frame.AttributeValue is Delegate d) 206if (IsEventCallback(frame.AttributeValue)) 215Value = frame.AttributeValue, 216TypeName = frame.AttributeValue?.GetType().FullName, 217TypeAssembly = frame.AttributeValue?.GetType().Assembly.GetName().Name,
Microsoft.AspNetCore.Components.Web (3)
HtmlRendering\StaticHtmlRenderer.HtmlWriting.cs (3)
309capturedValueAttribute = frame.AttributeValue as string; 318!string.IsNullOrEmpty(frame.AttributeValue as string)) 323switch (frame.AttributeValue)