Remove double xref reference (#18509)
parent
cc89ce11cb
commit
bd35f71557
|
@ -137,7 +137,7 @@ Optional parameters aren't supported, so two [`@page`][9] directives are applied
|
|||
|
||||
### Component parameters
|
||||
|
||||
Components can have *component parameters*, which are defined using public properties on the component class with the [`[Parameter]`](xref:Microsoft.AspNetCore.Components.ParameterAttribute)](xref:Microsoft.AspNetCore.Components.ParameterAttribute) attribute. Use attributes to specify arguments for a component in markup.
|
||||
Components can have *component parameters*, which are defined using public properties on the component class with the [`[Parameter]`](xref:Microsoft.AspNetCore.Components.ParameterAttribute) attribute. Use attributes to specify arguments for a component in markup.
|
||||
|
||||
*Components/ChildComponent.razor*:
|
||||
|
||||
|
|
Loading…
Reference in New Issue