bitplatform
bitplatform copied to clipboard
Enhance the convention of using access modifiers for different members of a blazor component
what should be the access modifier (public, internal, private ...) of these members:
- variables or property used for binding values into the .razor files
- private field used only inside the component class
- injected properties
- properties used outside of the component