-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Labels
Description
Removing the @ref makes it compile. eg
<AgentFullRecord @ref="agentForm" Agent="@selectedAgent" OnChanged="OnChanged" />
does not compile, but
<AgentFullRecord Agent="@selectedAgent" OnChanged="OnChanged" />
does
I have created an issue from this page as it referes to @ref, I cant find a more relavent one. its an easy issue to recreate. Read #17416. Instructions say to add comments to an existing issue even if its closed.
Document Details
⚠ Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.
- ID: 60c195c0-99f6-64f5-66a3-4e69109dc8ee
- Version Independent ID: 24368808-4b90-f75a-e887-eb72a1c85f5b
- Content: Build reusable UI components with Blazor
- Content Source: docs/architecture/blazor-for-web-forms-developers/components.md
- Product: dotnet-architecture
- Technology: blazor
- GitHub Login: @danroth27
- Microsoft Alias: daroth
georg-jung, giuseppe-terrasi and JeanFTP