I do not understand why some component argument parameter names starts with @ and others do not.
For example:
<MyCustomComponent MyCustomParameter="somevalue" />
and
<MyCustomComponent @ref="@MyComponent" />
Thanks
I do not understand why some component argument parameter names starts with @ and others do not.
For example:
<MyCustomComponent MyCustomParameter="somevalue" />
and
<MyCustomComponent @ref="@MyComponent" />
Thanks