Renaming a RenderFragment property parameter should change all assigment tags in razor files where the component is used.
Open
Area-Razor
Feature Request
- Dominant language
- C#
- Stars
- 20.7k
- Forks
- 4.3k
- PR merge metrics
- PR metrics pending
Description
I have a component with a Parameter similar to this:
`[Parameter] public RenderFragment? ItemTemplate { get; set; }`
which is then used like this:
```xml
some value for the renderFragment
```
Renaming that Property to e.g. `Item` should change the tags where the parameter is assigned:
```xml
some value for the renderFragment
```
Contributor guide
Assessment
This issue has not been assessed yet.