32 references to AttributeValue
Microsoft.AspNetCore.Components (1)
RenderTree\RenderTreeFrame.cs (1)
463return $"Attribute: (seq={Sequence}, id={AttributeEventHandlerId}) '{AttributeName}'='{AttributeValue}'";
Microsoft.AspNetCore.Components.Endpoints (8)
Rendering\CacheViewTextWriter.cs (1)
161if (frame.FrameType is RenderTreeFrameType.Attribute && IsRenderFragmentParameter(frame.AttributeValue))
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (1)
76if (attrFrame.AttributeValue is RenderFragment innerRf)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
184if (frame.AttributeValue is RenderFragment) 204if (frame.AttributeValue is Delegate d) 216if (IsEventCallback(frame.AttributeValue)) 225Value = frame.AttributeValue, 226TypeName = frame.AttributeValue?.GetType().FullName, 227TypeAssembly = frame.AttributeValue?.GetType().Assembly.GetName().Name,
Microsoft.AspNetCore.Components.Server (9)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (2)
156if (frame.AttributeValue is bool boolValue) 169var attributeValueString = frame.AttributeValue as string;
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (1)
76if (attrFrame.AttributeValue is RenderFragment innerRf)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
184if (frame.AttributeValue is RenderFragment) 204if (frame.AttributeValue is Delegate d) 216if (IsEventCallback(frame.AttributeValue)) 225Value = frame.AttributeValue, 226TypeName = frame.AttributeValue?.GetType().FullName, 227TypeAssembly = 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)
Microsoft.AspNetCore.Components.WebAssembly (9)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (2)
156if (frame.AttributeValue is bool boolValue) 169var attributeValueString = frame.AttributeValue as string;
src\aspnetcore\src\Components\Shared\src\RenderFragmentCapture.cs (1)
76if (attrFrame.AttributeValue is RenderFragment innerRf)
src\aspnetcore\src\Components\Shared\src\RenderFragmentSerializer.cs (6)
184if (frame.AttributeValue is RenderFragment) 204if (frame.AttributeValue is Delegate d) 216if (IsEventCallback(frame.AttributeValue)) 225Value = frame.AttributeValue, 226TypeName = frame.AttributeValue?.GetType().FullName, 227TypeAssembly = frame.AttributeValue?.GetType().Assembly.GetName().Name,
Microsoft.AspNetCore.Components.WebView (2)
src\aspnetcore\src\Components\Shared\src\RenderBatchWriter.cs (2)
156if (frame.AttributeValue is bool boolValue) 169var attributeValueString = frame.AttributeValue as string;