Skip to content

Commit ae3e519

Browse files
authored
Link update (dotnet#32267)
1 parent 90f61e4 commit ae3e519

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

aspnetcore/blazor/components/dynamiccomponent.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ In the preceding example:
145145

146146
* An <xref:System.Collections.Generic.Dictionary%602> is used to manage components to be displayed.
147147
* Names serve as the dictionary keys and are provided as selection options.
148-
* Component types are stored as dictionary values using the [`typeof` operator](/dotnet/csharp/language-reference/operators/typeof).
149-
148+
* Component types are stored as dictionary values using the [`typeof` operator](/dotnet/csharp/language-reference/operators/type-testing-and-cast#typeof-operator).
150149

151150
## Pass parameters
152151

0 commit comments

Comments
 (0)